Skip to content

Commit 5b5363c

Browse files
committed
ci: update pip via python -m pip
pip install -U pip setuptools wheel leads to an error: https://github.com/bayesflow-org/bayesflow/actions/runs/14692655483/job/41230057180?pr=449
1 parent 6fa75da commit 5b5363c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Install Dependencies
4545
run: |
46-
pip install -U pip setuptools wheel
46+
python -m pip install -U pip setuptools wheel
4747
pip install .[test]
4848
4949
- name: Install JAX

0 commit comments

Comments
 (0)