Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Frank committed Sep 11, 2024
1 parent a1ad21e commit 3f019c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ on:
jobs:
linting:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.10"]
tox-env: ["py310"]
steps:
- name: Cancel previous workflows that are still running
uses: styfle/[email protected]
Expand Down

0 comments on commit 3f019c4

Please sign in to comment.