Skip to content

Commit

Permalink
Install XAD from test PyPI as a pre-test step
Browse files Browse the repository at this point in the history
  • Loading branch information
auto-differentiation-dev committed Apr 4, 2024
1 parent 0ab02c3 commit 48dfb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quantlib-risks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
CIBW_BEFORE_BUILD_WINDOWS: tools\prebuild_ql-risks.bat
CIBW_BEFORE_BUILD_MACOS: bash ./tools/prebuild_ql-risks.sh
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -w {dest_dir} {wheel}"
CIBW_BEFORE_TEST: pip install pandas numpy matplotlib jinja2
CIBW_BEFORE_TEST: pip install pandas numpy matplotlib jinja2 && pip install -i https://test.pypi.org/simple/ xad
CIBW_TEST_COMMAND_WINDOWS: ${{ github.workspace }}/Python/run_tests.bat
CIBW_TEST_COMMAND_MACOS: bash ${{ github.workspace }}/Python/run_tests.sh
CIBW_TEST_COMMAND_LINUX: bash /host${{ github.workspace }}/Python/run_tests.sh
Expand Down

0 comments on commit 48dfb58

Please sign in to comment.