Skip to content

Commit

Permalink
python 3.12 compatibility, again
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Jun 11, 2024
1 parent 94c3ffc commit b3648ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup-depiction/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ runs:
- name: Install bfabricPy
shell: bash
run: |
pip install uv setuptools
pip install uv
uv pip install --system setuptools
uv pip install --system ".[dev,testing]"
- name: Print installed packages
shell: bash
Expand Down

0 comments on commit b3648ec

Please sign in to comment.