Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ueber2y committed Nov 28, 2024
1 parent 1df7c82 commit 681a3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
name: ${{ matrix.config.os }} ${{ matrix.config.arch }} with Python ${{ matrix.config.python-version }}
runs-on: ${{ matrix.config.os }}
strategy:
fail-fast: false
matrix:
fail-fast: false
config: [
{os: ubuntu-latest, python-version: "3.8"},
{os: ubuntu-latest, python-version: "3.9"},
Expand Down

0 comments on commit 681a3e1

Please sign in to comment.