Skip to content

Commit

Permalink
Merge pull request #432 from NanoVNA-Saver/Development
Browse files Browse the repository at this point in the history
use python3.9 for coverage
  • Loading branch information
zarath committed Sep 21, 2021
2 parents 1c28b72 + 1c9eeb6 commit 7f16147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythoncoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, ]
# python-version: [3.7, 3.8]
python-version: [3.7, ]
python-version: [3.9, ]

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 7f16147

Please sign in to comment.