Skip to content

Commit

Permalink
ci: temporarily disable publish tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmyersturnbull committed Oct 24, 2023
1 parent 00626e4 commit c94e6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: "3.11"
- name: Install build meta-dependencies
run: |
pip install 'tox>=4.11' 'poetry-core>=1.7' 'wheel>=0.40,<1.0'
pip install 'poetry>=1.6' 'wheel>=0.40,<1.0'
#- name: Test with tox
# run: |
# tox -v
Expand Down

0 comments on commit c94e6a4

Please sign in to comment.