Skip to content

Commit

Permalink
no python2 in the windows matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
guruofquality committed Apr 22, 2024
1 parent 8cbd8a1 commit 6ed1e1a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,11 @@ jobs:
# os: windows-2022

build:
- type: Release
python_version: '2.7.18'
python_name: 'python'
cmake_flags: '-DENABLE_PYTHON2=ON -DENABLE_PYTHON3=OFF'
# no python2 in the windows matrix
# - type: Release
# python_version: '2.7.18'
# python_name: 'python'
# cmake_flags: '-DENABLE_PYTHON2=ON -DENABLE_PYTHON3=OFF'

- type: Release
python_version: '3.9.13'
Expand Down

0 comments on commit 6ed1e1a

Please sign in to comment.