Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Jul 3, 2024
1 parent 1140500 commit 41252b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bindings.python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pyver: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12]
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "${{ matrix.pyver }}"
python-version: ${{ matrix.pyver }}
- name: Prepare
working-directory: tests
run: make up
Expand Down

0 comments on commit 41252b6

Please sign in to comment.