Skip to content

Commit fc8cea6

Browse files
committed
Update python-package.yml
1 parent 69ada07 commit fc8cea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
python -m pip install --upgrade pip
3434
python -m pip install flake8 pytest
35-
python -m pip install ir-sim[all]==2.3.3
35+
python -m pip install ir-sim[all]==2.3.4
3636
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3737
- name: Lint with flake8
3838
run: |

0 commit comments

Comments
 (0)