Skip to content

Commit

Permalink
try python -m pip
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-p committed Nov 21, 2024
1 parent 2a12881 commit 680eaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_unit_and_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Install Python dependencies
run: |
pip install --upgrade pip==24.2 uv
python -m pip install --upgrade pip uv
uv pip install --system numpy --config-settings=setup-args="-Dallow-noblas=true"
uv pip install --system pytest meson-python ninja cython spin==0.9
Expand Down

0 comments on commit 680eaf4

Please sign in to comment.