Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoPrevato committed Feb 17, 2024
1 parent e856136 commit 0d74145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install black isort flake8
pip install black==23.3.0 isort==5.12.0 flake8==6.0.0
- name: Compile Cython extensions
run: |
Expand Down

0 comments on commit 0d74145

Please sign in to comment.