Skip to content

Commit 10f01a6

Browse files
committed
Up!
1 parent cf4812e commit 10f01a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pythonPublishTest_linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
run: |
3636
pip install --upgrade pip
3737
pip install numpy==1.26.4
38-
pip install setuptools wheel twine packaging
38+
pip install --upgrade setuptools
39+
pip install wheel twine packaging
3940
4041
- name: Install Ubuntu dependencies
4142
run: |

0 commit comments

Comments
 (0)