Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
rcholic committed Jun 6, 2024
1 parent e9cdaac commit bbc6e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install build
python -m pip install -r requirements.txt
python -m pip pytest pytest-cov pytest-asyncio
python -m pip install pytest-cov
- name: Run pytest
run: python -m pytest -vv -s --cov="cshwabpy" .
- name: Build distribution in binary and source tarball
Expand Down

0 comments on commit bbc6e00

Please sign in to comment.