Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
mmann1123 committed Jul 25, 2024
1 parent b21c90f commit 1e4c23a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/sphinx-notes-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,16 @@ jobs:
run: |
pip install "geowombat@git+https://github.com/jgrss/geowombat.git"
- name: Install dependencies
- name: Install xr_fresh
run: |
python -m pip install -U sphinx
python -m pip install sphinx-rtd-theme mathjax sphinxcontrib-napoleon numpydoc ipython
git clone https://github.com/mmann1123/xr_fresh
cd xr_fresh
python -m pip install -e .
pip install -e "."
- name: Test import xr_fresh
- name: Run Unittests
run: |
python -c "import xr_fresh; print('xr_fresh imported successfully')"
pip install testfixtures
python -m unittest discover -s tests -p 'test_*.py'
- id: deployment
uses: sphinx-notes/pages@v3
Expand Down

0 comments on commit 1e4c23a

Please sign in to comment.