Skip to content

Commit

Permalink
change quotes?
Browse files Browse the repository at this point in the history
    grasping at straws
  • Loading branch information
inno committed Apr 29, 2024
1 parent 38bda33 commit b87d752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
os: ["windows-latest", "ubuntu-latest"]
os: [windows-latest, ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -32,6 +32,6 @@ jobs:
if: ${{ always() }}
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
if: matrix.runs-on == "ubuntu-latest" && matrix.python-version == "3.12"
if: matrix.runs-on == 'ubuntu-latest' && matrix.python-version == '3.12'
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b87d752

Please sign in to comment.