Skip to content

Commit 1d3ed56

Browse files
Try not upgrading pip
1 parent a3e118b commit 1d3ed56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
shell: bash
2828
run: |
2929
source ./V/bin/activate
30-
python -m pip install --upgrade pip
30+
# python -m pip install --upgrade pip
3131
pip install astropy==3.0.1 docutils==0.17.1 matplotlib==3.3.0 numpy==1.15.4 pandas==1.0.0 pyflakes scipy==1.2.2 sphinx==1.7.2 spktype21
3232
3333
- name: Install Skyfield

0 commit comments

Comments
 (0)