Skip to content

Commit 66cdbdc

Browse files
Try installing Python myself
1 parent 8427479 commit 66cdbdc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Set up Python
21-
uses: actions/setup-python@v2
22-
with:
23-
python-version: 3.6.15
21+
run:
22+
apt update
23+
apt install -y -y -q -q python3-pip
24+
virtualenv V
2425

2526
- name: Install pinned dependencies
2627
run: |
28+
source ./V/bin/activate
2729
python -m pip install --upgrade pip
2830
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
2931

0 commit comments

Comments
 (0)