Skip to content

Commit 173f524

Browse files
authored
Merge pull request adafruit#1269 from brentru/fix-ci-python-3.8
Fix CI for nrf52832/cpb
2 parents e49e384 + 19a7f3e commit 173f524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/githubci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/setup-python@v1
15+
- uses: actions/setup-python@v2
1616
with:
17-
python-version: '3.x'
17+
python-version: '3.8'
1818
- uses: actions/checkout@v2
1919
- uses: actions/checkout@v2
2020
with:

0 commit comments

Comments
 (0)