Skip to content

Commit

Permalink
requirement ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StarmanMartin committed May 27, 2024
1 parent bea1ea6 commit 81789c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools
pip install pybind11
pip install -r ./requirements/dev.txt
pip install pylint
Expand Down

0 comments on commit 81789c1

Please sign in to comment.