mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 12:08:31 +02:00
Remove Windows exclusions from CI as per note -- they should be working now
This commit is contained in:
parent
e061e783bc
commit
9f163825fe
1 changed files with 0 additions and 5 deletions
5
.github/workflows/testing.yaml
vendored
5
.github/workflows/testing.yaml
vendored
|
@ -27,11 +27,6 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [ 3.7, 3.8, 3.9 ]
|
python-version: [ 3.7, 3.8, 3.9 ]
|
||||||
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||||
exclude: # Added for GitHub Actions PR problem 2020-12-19 -- remove later!
|
|
||||||
- os: windows-latest
|
|
||||||
python-version: 3.8
|
|
||||||
- os: windows-latest
|
|
||||||
python-version: 3.9
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue