Skip to content

Commit

Permalink
windows-2019 no longer has Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Aug 12, 2023
1 parent 5b323ba commit 93bd5ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ jobs:
os: windows-2019

- lib: python
bopts: python=2.7,3.7,3.9 install
bopts: python=3.7,3.9 install
copts: "-DUSE_PYTHON_VERSION=\"3.7;EXACT\""
os: windows-2019

Expand Down Expand Up @@ -566,7 +566,6 @@ jobs:
xcopy /s /e /q %GITHUB_WORKSPACE% tools\boost_install\
cmd /c bootstrap
set USER_CONFIG=%HOMEDRIVE%%HOMEPATH%\user-config.jam
echo using python : 2.7 ; >> %USER_CONFIG%
echo using python : 3.7 ; >> %USER_CONFIG%
echo using python : 3.9 ; >> %USER_CONFIG%
b2 -d0 headers
Expand Down

0 comments on commit 93bd5ad

Please sign in to comment.