Skip to content

Commit

Permalink
Update python.yml
Browse files Browse the repository at this point in the history
Remove CI/CD workaround for Python 3.7 on Windows
  • Loading branch information
diegoferigo authored May 13, 2024
1 parent fd9ddf9 commit c90ecca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
- windows-latest
include:
- optional: false
# Mark the Windows Python3.7 run as optional, as executing the examples throws the following error:
# ImportError: DLL load failed: The specified procedure could not be found.
- os: windows-latest
python-version: 3.7
optional: true

steps:

Expand Down

0 comments on commit c90ecca

Please sign in to comment.