Skip to content

Commit

Permalink
taml
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed Sep 11, 2024
1 parent cf83ba7 commit cf3a524
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
python -m pip install evdschat
uv venv
source .venv/bin/activate
uv pip install .
# uv pip install .
pip install evdschat

- name: Lint with flake8
run: |
Expand Down

0 comments on commit cf3a524

Please sign in to comment.