Skip to content

Commit

Permalink
STY: update docs testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Jun 18, 2021
1 parent 07fedf5 commit 295a495
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r test_requirements.txt
pip install -r requirements.txt
- name: Set up pysat
run: |
mkdir pysatData
python -c "import pysat; pysat.params['data_dirs'] = 'pysatData'"
- name: Check documentation build
run: sphinx-build -E -b html docs dist/docs
Expand Down

0 comments on commit 295a495

Please sign in to comment.