Skip to content

Commit

Permalink
fix python action
Browse files Browse the repository at this point in the history
  • Loading branch information
james-labyer committed Jan 17, 2025
1 parent c51cedd commit fa186df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install "poetry==1.8.4"
poetry install --with dev
pip install -r requirements.txt
- name: Lint with ruff
uses: astral-sh/ruff-action@v2
- name: Test with pytest
run: |
poetry run pytest
pytest tests

0 comments on commit fa186df

Please sign in to comment.