Skip to content

Commit 0729b51

Browse files
committed
upgrade pip in venv
1 parent eace289 commit 0729b51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/downstream.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121

2222
- name: Test Package
2323
run: |
24-
python -m pip install -U pip
24+
2525
python -m venv test
26+
./test/bin/python -m pip install -U pip
2627
./test/bin/python -m pip install ipykernel[test]
2728
./test/bin/python -m pip install --pre -U --upgrade-strategy=only-if-needed ipykernel
2829
./test/bin/python -m pip install . --force-reinstall

0 commit comments

Comments
 (0)