Skip to content

Commit

Permalink
add pytest_runner
Browse files Browse the repository at this point in the history
  • Loading branch information
silvncr committed Jun 12, 2024
1 parent b2998fa commit 976ff6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade build setuptools wheel
pip install --upgrade build pytest-runner setuptools wheel
pip install -r requirements.txt
- name: Build package
run: python -m build -n
Expand Down

0 comments on commit 976ff6e

Please sign in to comment.