Skip to content

Commit

Permalink
add quotes to avoid 3.10 -> 3.1 YAML convert in Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Jul 6, 2023
1 parent b5e9f99 commit 4d41284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
allow-failure: false
test-case: tests
- os: ubuntu-latest
python-version: 3.10
python-version: "3.10"
allow-failure: false
test-case: linting
steps:
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: '${{ matrix.python-version }}'
- name: Install Dependencies
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 4d41284

Please sign in to comment.