mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-19 04:28:31 +02:00
[GitHub Actions] Skip Windows & Python 3.8
Can't seem to find Python exe?
This commit is contained in:
parent
89fcdceadd
commit
68c870a453
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ jobs:
|
||||||
exclude: # Added for GitHub Actions PR problem 2020-12-19 -- remove later!
|
exclude: # Added for GitHub Actions PR problem 2020-12-19 -- remove later!
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
|
- os: windows-latest
|
||||||
|
python-version: 3.8
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue