Skip to content

Commit

Permalink
Fix python-package.yml to check GitHub Actions behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
taishi-i committed Oct 23, 2021
1 parent 3d78890 commit e45b49e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ['3.7']

steps:
- uses: actions/checkout@v2
Expand All @@ -20,7 +20,7 @@ jobs:
python -m pip install --upgrade pip
pip install wheel
pip install pytest
pip install .
pip install nagisa
- name: Test with pytest
run: |
pytest

0 comments on commit e45b49e

Please sign in to comment.