Skip to content

Commit

Permalink
change back to pypi :/
Browse files Browse the repository at this point in the history
  • Loading branch information
cadop committed Nov 15, 2022
1 parent ec44281 commit f54811e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest
# - name: Install from pypi
# run: |
# pip install matplotlib
# pip install numpy
# pip install scipy
# pip install dhart
# python -c "from dhart.spatialstructures import Graph"
- name: Install from pypi
run: |
pip install matplotlib
pip install numpy
pip install scipy
pip install dhart
python -c "from dhart.spatialstructures import Graph"
- name: Install documentation dependencies
run: |
Expand Down Expand Up @@ -122,12 +122,12 @@ jobs:
# run: |
# python -c "from dhart.spatialstructures import Graph"

- name: Install package
run: |
ls
cd build/Python
ls
pip install .
# - name: Install package
# run: |
# ls
# cd build/Python
# ls
# pip install .

# - name: test if package dll is installed
# run: |
Expand Down
2 changes: 1 addition & 1 deletion src/Python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
long_description = fh.read()

setup(name='dhart',
version='0.2.7',
version='0.2.8',
description='Design Humans Analysis RoboTics',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit f54811e

Please sign in to comment.