Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn authored Apr 4, 2022
1 parent 99ba372 commit ed6aa25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest
pip install -r requirements.txt
pip install .
pip install -e .
- name: Lint with flake8
run: |
Expand All @@ -52,7 +52,7 @@ jobs:
run: |
echo $PWD
ls
cd SME/src/pysme/smelib
cd src/pysme/smelib
python -c "from libtools import download_libsme; download_libsme()"
cd ../lib
install_name_tool -id $PWD/libsme.5.dylib libsme.5.dylib
Expand Down

0 comments on commit ed6aa25

Please sign in to comment.