Skip to content

Commit

Permalink
cap setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Mar 16, 2024
1 parent d8697c3 commit 25b2c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/source_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
build-root-directory: components/tools/OmeroJava # required by the action to have a *.gradle file"
- name: Install and run flake8
run: |
pip install flake8 setuptools
pip install flake8 'setuptools<69'
flake8 .
- name: install dependencies
run: |
Expand Down

0 comments on commit 25b2c91

Please sign in to comment.