Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin authored Sep 11, 2024
1 parent 55fcdfa commit ba6da56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
# python -m pip install poetry
python -m pip install uv
# poetry install
uv venv
source .venv/bin/activate
uv pip install .
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
Expand Down

0 comments on commit ba6da56

Please sign in to comment.