forked from quantopian/zipline
-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added new CodeType arguments * DateTimeIndex to list * Remove Python 3.7 wheels * List not list * handle get_calendar exception * scm auto version and h5py alert * exchange_calendar warning and install updates * cibuildwheel update * remove windows / Py39 test exclusion
- Loading branch information
1 parent
2642caa
commit 5709281
Showing
12 changed files
with
110 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
os: [ ubuntu-latest , windows-latest, macos-latest ] | ||
python: [ 37, 38, 39, '310' ] | ||
python: [ 38, 39, '310' ] | ||
arch: [ auto64 ] | ||
|
||
steps: | ||
|
@@ -38,11 +38,10 @@ jobs: | |
|
||
- name: Wheels macOS / Linux | ||
if: runner.os != 'Windows' | ||
uses: pypa/[email protected].2 | ||
uses: pypa/[email protected].4 | ||
env: | ||
CIBW_BEFORE_ALL_LINUX: > | ||
./tools/install_talib.sh | ||
CIBW_BEFORE_TEST_MACOS: brew install ta-lib | ||
CIBW_BEFORE_ALL_LINUX: ./tools/install_talib.sh | ||
CIBW_BEFORE_ALL_MACOS: brew install ta-lib | ||
CIBW_ARCHS_LINUX: ${{ matrix.arch }} | ||
CIBW_ARCHS_MACOS: x86_64 arm64 | ||
CIBW_BUILD: "cp${{ matrix.python }}-*" | ||
|
@@ -56,7 +55,7 @@ jobs: | |
|
||
- name: Wheels Windows | ||
if: runner.os == 'Windows' | ||
uses: pypa/[email protected].2 | ||
uses: pypa/[email protected].4 | ||
env: | ||
CIBW_BUILD: "cp${{ matrix.python }}-win_amd64" | ||
CIBW_BEFORE_TEST_WINDOWS: > | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.