Skip to content

Commit

Permalink
Update pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin authored Sep 11, 2024
1 parent cf83ba7 commit 43abfcc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest uv pydantic
python -m pip install flake8 pytest uv
python -m pip install evdschat
uv venv
source .venv/bin/activate
uv pip install .
uv pip install evdschat
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 43abfcc

Please sign in to comment.