Skip to content

Commit

Permalink
fix pytest GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
james-labyer committed Jan 17, 2025
1 parent fa186df commit ba8d866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: "3.13"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt
- name: Lint with ruff
uses: astral-sh/ruff-action@v2
Expand Down

0 comments on commit ba8d866

Please sign in to comment.