Skip to content

Commit

Permalink
update dhart
Browse files Browse the repository at this point in the history
  • Loading branch information
cadop committed Jan 13, 2025
1 parent 437db3a commit 5047d23
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/publish_testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,23 +92,23 @@ jobs:
- name: Check Python Install
run: |
pip install -i https://test.pypi.org/simple/ dhart
pip install -i https://test.pypi.org/simple/ dhart==0.2.22
- name: Try to import dhart
run: |
python -c "from dhart.spatialstructures import Graph"
python -c "import platform; print(platform.architecture())"
python -c "import dhart; print(dhart.__file__)"
- name: Run Sphinx from testpypi
run: |
cd "D:/a/dhart/dhart/build/Python"
python -m pip install flake8 pytest
python -m pip install sphinx numpydoc matplotlib
ls
cd "D:/a/dhart/dhart/docs/Python Docs"
ls
./make.bat clean
./make.bat html
./make.bat doctest
# - name: Run Sphinx from testpypi
# run: |
# cd "D:/a/dhart/dhart/build/Python"
# python -m pip install flake8 pytest
# python -m pip install sphinx numpydoc matplotlib
# ls
# cd "D:/a/dhart/dhart/docs/Python Docs"
# ls
# ./make.bat clean
# ./make.bat html
# ./make.bat doctest

0 comments on commit 5047d23

Please sign in to comment.