Skip to content

Commit

Permalink
Fix: Testing pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Silva committed Jun 13, 2024
1 parent cc0a5c7 commit 3efe271
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/utils_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ jobs:

strategy:
matrix:
python-version: [3.8.0, 3.9.0, 3.10.0]
python-version: ["3.8.0", "3.9.0", "3.10.0"]

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
architecture: "x64"
- name: Cache dependencies
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 3efe271

Please sign in to comment.