Skip to content

Commit

Permalink
cis: update sdist testing procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Mar 14, 2022
1 parent b240434 commit bd30cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Test sdist
run: |
pip install pytest
pip install --no-index --find-links dist kiwisolver
pip install dist/*.tar.gz
cd ..
python -m pytest kiwi/py/tests
- name: Store artifacts
Expand Down

0 comments on commit bd30cde

Please sign in to comment.