Skip to content

Commit

Permalink
attemp to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ywangd committed Dec 4, 2023
1 parent 420118e commit 41c0cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- run: pip install --upgrade pip
- if: ${{ matrix.python-version }} == "3.11"
run: pip install ruff && ruff --format=github --ignore=E501 --target-version=py37 .
run: pip install ruff && ruff --output-format=github --ignore=E501 --target-version=py37 .
- run: pip install pytest .
- run: pytest

0 comments on commit 41c0cc4

Please sign in to comment.