Skip to content

Commit

Permalink
uv
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin authored Sep 11, 2024
1 parent 87e04fe commit 55fcdfa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
python -m pip install --upgrade pip
python -m pip install flake8 pytest evdspy
python -m pip install poetry
poetry install
# python -m pip install poetry
python -m pip install uv
# poetry install
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 55fcdfa

Please sign in to comment.