Skip to content

Commit

Permalink
fix black version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
naspert committed Dec 20, 2024
1 parent 0ed6b81 commit c9d5b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ before_script:
- virtualenv venv
- source venv/bin/activate
- pip install --upgrade -r requirements.txt
- pip install black==2024.8.0 pytest
- pip install black==24.8.0 pytest

Formatting:
stage: format
Expand Down

0 comments on commit c9d5b01

Please sign in to comment.