Syntax fix for pytest bug.

This commit is contained in:
Mark Niedzielski 2023-03-08 00:47:11 -05:00
parent 7bc1c0e973
commit a7ab1f959a

View File

@ -8,7 +8,7 @@ jobs:
strategy: strategy:
max-parallel: 4 max-parallel: 4
matrix: matrix:
python-version: [3.7, 3.8, 3.9, 3.10, 3.11] python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}