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 7d4a050 commit 768eeb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 pybind11
pip install -r ./requirements/dev.txt
pip install pylint
- name: Analysing the code with pylint
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest.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 pybind11
pip install -r ./requirements/dev.txt
pip install pytest
- name: Build tests
Expand Down

0 comments on commit 768eeb0

Please sign in to comment.