Skip to content

Commit cbb2e1c

Browse files
committed
Removed py as a dependency
1 parent 70dd08c commit cbb2e1c

File tree

6 files changed

+371
-496
lines changed

6 files changed

+371
-496
lines changed

.github/workflows/dependencies-update.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
python-version: ["3.9"]
23-
poetry-version: ["1.1.15"]
23+
poetry-version: ["1.3.1"]
2424
os: [ubuntu-latest]
2525
runs-on: ${{ matrix.os }}
2626
steps:
@@ -44,7 +44,7 @@ jobs:
4444
run: poetry export -f requirements.txt --without-hashes > requirements.txt
4545

4646
- name: Generate requirements-dev.txt
47-
run: poetry export --dev -f requirements.txt --without-hashes > requirements-dev.txt
47+
run: poetry export --with dev -f requirements.txt --without-hashes > requirements-dev.txt
4848

4949
- name: Commit generated requirements.txt
5050
uses: EndBug/add-and-commit@v9

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
python-version: ["3.9"]
12-
poetry-version: ["1.1.15"]
12+
poetry-version: ["1.3.1"]
1313
os: [ubuntu-latest]
1414
runs-on: ${{ matrix.os }}
1515
steps:

0 commit comments

Comments
 (0)