Skip to content

Commit

Permalink
Use requirements.txt in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Oct 1, 2024
1 parent d24663c commit 6ee9097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest dist/*.whl -r requirements_dev.txt pytest-md pytest-emoji
pip install pytest dist/*.whl -r requirements.txt -r requirements_dev.txt pytest-md pytest-emoji
- name: Run pytest
uses: pavelzw/pytest-action@510c5e90c360a185039bea56ce8b3e7e51a16507 # v2.2.0
with:
Expand Down

0 comments on commit 6ee9097

Please sign in to comment.