Skip to content

Commit

Permalink
fix yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Sep 19, 2024
1 parent 46ce464 commit 5ccf947
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ defaults:
run:
shell: bash -l {0}


jobs:
tests:
runs-on: $${{ matrix.os }}
runs-on: ${{ matrix.os }}
name: "${{ matrix.os }} - ${{ matrix.python-version }}"
strategy:
fail-fast: false
Expand Down

0 comments on commit 5ccf947

Please sign in to comment.