We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8427479 commit 66cdbdcCopy full SHA for 66cdbdc
.github/workflows/ci.yml
@@ -18,12 +18,14 @@ jobs:
18
steps:
19
- uses: actions/checkout@v2
20
- name: Set up Python
21
- uses: actions/setup-python@v2
22
- with:
23
- python-version: 3.6.15
+ run:
+ apt update
+ apt install -y -y -q -q python3-pip
24
+ virtualenv V
25
26
- name: Install pinned dependencies
27
run: |
28
+ source ./V/bin/activate
29
python -m pip install --upgrade pip
30
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
31
0 commit comments