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 52335ca commit a3e118bCopy full SHA for a3e118b
.github/workflows/ci.yml
@@ -24,22 +24,29 @@ jobs:
24
virtualenv V
25
26
- name: Install pinned dependencies
27
+ shell: bash
28
run: |
29
source ./V/bin/activate
30
python -m pip install --upgrade pip
31
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
32
33
- name: Install Skyfield
34
35
36
+ source ./V/bin/activate
37
python setup.py sdist
38
pip install -e .
39
40
- name: Doctest
41
42
43
44
./test-docs.sh
45
46
- name: Lint
47
48
49
50
pyflakes $(find skyfield/ -name '*.py')
51
52
test:
0 commit comments