Skip to content

Commit

Permalink
Fix an error for pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jungtaekkim committed Feb 27, 2024
1 parent 0c6cf91 commit 8bc808d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pytest.yml
Expand Up @@ -7,13 +7,12 @@ jobs:
strategy:
matrix:
python-version:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down

0 comments on commit 8bc808d

Please sign in to comment.