Skip to content

Commit

Permalink
Attempt to fix slow workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NoB0 committed Aug 31, 2023
1 parent 2e961ab commit 8b184b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Dependencies
run: |
pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements.txt --use-deprecated=legacy-resolver
- name: Run black
shell: bash
Expand Down

0 comments on commit 8b184b7

Please sign in to comment.