We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8593e7d commit 3e48bedCopy full SHA for 3e48bed
.github/workflows/run_tests.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install test dependencies
41
run: |
42
poetry self add poetry-plugin-export
43
- poetry export -f requirements.txt --with dev --without-hashes --output requirements-dev.txt
+ poetry export -f requirements.txt --extras dev --without-hashes --output requirements-dev.txt
44
echo "numpy${{ matrix.numpy-version }}" >> constraints.txt
45
uv pip compile requirements-dev.txt --output-file requirements.txt \
46
--python-version ${{ matrix.python-version }} \
0 commit comments