Skip to content

Commit

Permalink
Update workflows to use tox-uv
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Dec 18, 2024
1 parent 4367295 commit 38726a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ndex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: "3.12"
- name: Install dependencies
run: |
pip install tox
pip install tox tox-uv
- name: Upload to NDEx
run: tox -e upload-ndex
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- uses: actions/setup-python@v2
with:
python-version: "3.9"
python-version: "3.12"
- name: Install dependencies
run: |
pip install tox
pip install tox tox-uv
- name: Create local changes
run: tox -e update
- name: Commit files
Expand Down

0 comments on commit 38726a3

Please sign in to comment.