Skip to content

Commit

Permalink
Optimize py-test action
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed May 22, 2021
1 parent df75f58 commit 04cc22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/py-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest]
python-version: [3.8, 3.9]
python-version: [3.9] # py38 was processed on lint job
steps:
- name: "Checkout code"
uses: actions/checkout@master
Expand Down

0 comments on commit 04cc22e

Please sign in to comment.