Skip to content

Commit

Permalink
Update pypi-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou authored Mar 20, 2024
1 parent f9dcbbb commit 2feb49f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
run: |
python -m venv venv
source venv/bin/activate
pip install dist/*.tar.gz[dev]
pip install dist/dm-meltingpot-*.tar.gz
pip install pytest-xdist
pytest -n auto --pyargs meltingpot
- name: Publish to TestPyPI
Expand Down

0 comments on commit 2feb49f

Please sign in to comment.