Skip to content

Commit

Permalink
Using pipenv run
Browse files Browse the repository at this point in the history
  • Loading branch information
xiancg committed Aug 7, 2024
1 parent cb57fb5 commit 4906430
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci_vfxnaming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,11 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pipenv tox
pipenv sync
pipenv shell
pipenv sync --dev
- name: Lint with Ruff
run: |
ruff check --output-format=github .
pipenv run ruff check --output-format=github .
continue-on-error: true
- name: Run tests with tox
run: |
tox -e py310ci
- name: Test with pytest
run: |
pytest

0 comments on commit 4906430

Please sign in to comment.