Skip to content

Commit

Permalink
ugh yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
leifwalsh committed Jan 17, 2024
1 parent cafebc9 commit 4788204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
test:
strategy:
matrix:
python-version: [3.9, 3.10, 3.11, 3.12]
python-version: ["3.9", "3.10", "3.11", "3.12"]
os-version: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os-version }}
runs-on: "${{ matrix.os-version }}"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 4788204

Please # to comment.