Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahaki-Leach committed Jan 6, 2025
1 parent 182c541 commit 46514e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
idaes get-extensions
sudo apt-get update
sudo apt-get install liblapack3 liblapack-dev libgfortran5 libgomp1 # shared libraries for ipopt
idaes get-extensions --distro ubuntu2204
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 46514e4

Please sign in to comment.