Skip to content

Commit

Permalink
fix python-version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Jul 11, 2023
1 parent 964f4a9 commit 46fa320
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
# - name: Setup Python
# uses: actions/setup-python@v4
# with:
# python-version: ${{ matrix.python }}

- name: Set Xcode version
uses: maxim-lobanov/setup-xcode@v1
Expand Down Expand Up @@ -59,7 +59,6 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BUILD: "${{ matrix.python }}-win_amd64"
# CIBW_TEST_SKIP: "cp311-win_amd64"
CIBW_BEFORE_TEST_WINDOWS: >
call "c:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64 &&
call ./tools/install_talib.bat
Expand All @@ -81,7 +80,7 @@ jobs:
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: '3.x'
python-version: '3.11'

- name: Build sdist
run: |
Expand Down

0 comments on commit 46fa320

Please sign in to comment.