Skip to content

Commit

Permalink
CI: Install pyepics 3.5.2, as the newer versions break Python 3.8 env.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangt58 committed Jun 17, 2024
1 parent e70e2d9 commit 588959e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest wheel pytest-cov
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install pyepics==3.5.2
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 588959e

Please sign in to comment.