Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit 882610d

Browse files
committed
ci: nuitka test
1 parent 5d0a082 commit 882610d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nuitka.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: snok/install-poetry@v1
2323

2424
- name: Export dependencies
25-
run: poetry export -f requirements.txt --output requirements.txt --without-hashes
25+
run: C:\Users\runneradmin\.local\bin\poetry export -f requirements.txt --output requirements.txt --without-hashes
2626

2727
- name: Setup Python
2828
uses: actions/setup-python@v4

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
contents: write
88
pull-requests: write
99

10-
name: release-please
10+
name: Release Please
1111

1212
jobs:
1313
release-please:

0 commit comments

Comments
 (0)