Skip to content

Commit

Permalink
Actually fix pre-commit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
WarmCyan committed Jul 31, 2023
1 parent 086bb32 commit 4ea7b19
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Set up python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
Expand Down

0 comments on commit 4ea7b19

Please sign in to comment.