Skip to content

Commit e4445da

Browse files
authored
Fix CI
1 parent 45ac503 commit e4445da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- 3.11
2525
exclude:
2626
- {platform: windows-latest, python-version: 2.7} # Problem with MSVC version
27+
- {platform: ubuntu-latest, python-version: 3.5} # Missing in GHA
28+
- {platform: ubuntu-latest, python-version: 3.6} # Missing in GHA
2729
steps:
2830
- uses: actions/checkout@v3
2931
with:

0 commit comments

Comments
 (0)