Skip to content

Commit 188d8f8

Browse files
committed
TST: Update requirements for doc testing
1 parent 8ead631 commit 188d8f8

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ jobs:
2929
pip install -r test_requirements.txt
3030
pip install -r requirements.txt
3131
32-
- name: Set up pysat
33-
run: |
34-
mkdir pysatData
35-
python -c "import pysat; pysat.params['data_dirs'] = 'pysatData'"
36-
3732
- name: Check documentation build
3833
run: sphinx-build -E -b html docs dist/docs
3934

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
7272
- name: Set up pysat
7373
run: |
74+
pip install pysat
7475
mkdir pysatData
7576
python -c "import pysat; pysat.params['data_dirs'] = 'pysatData'"
7677

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
numpy
2-
pysat >= 3.0.0
32
scipy

0 commit comments

Comments
 (0)