We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ada07 commit fc8cea6Copy full SHA for fc8cea6
.github/workflows/python-package.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
python -m pip install --upgrade pip
34
python -m pip install flake8 pytest
35
- python -m pip install ir-sim[all]==2.3.3
+ python -m pip install ir-sim[all]==2.3.4
36
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
37
- name: Lint with flake8
38
0 commit comments