Skip to content

Commit

Permalink
ci: don't use a venv
Browse files Browse the repository at this point in the history
  • Loading branch information
JJTech0130 committed May 21, 2024
1 parent 56be136 commit eaf5ae1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
- name: Test install
run: |
python -m pip install --upgrade pip
python -m venv .venv
source .venv/bin/activate
pip install -e '.[test,cli]' -U
- run: echo "$PWD/.venv/bin" >> $GITHUB_PATH
python -m pip install -e '.[test,cli]' -U
- name: Tests
run: pytest

0 comments on commit eaf5ae1

Please sign in to comment.