Skip to content

Commit

Permalink
Chipping away
Browse files Browse the repository at this point in the history
  • Loading branch information
tgsmith61591 committed Nov 13, 2024
1 parent 5d08cac commit 8a27777
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
# We build the source archive separately because of this: https://github.com/alkaline-ml/pmdarima/pull/136#discussion_r279781731
# We build it first because of this: https://github.com/alkaline-ml/pmdarima/issues/448
- name: Building source distribution
run: make version sdist
run: |
pip install -r build_tools/build_requirements.txt
make version sdist
- name: Install cibuildwheel
run: python -m pip install 'cibuildwheel<2.20.0'
Expand Down

0 comments on commit 8a27777

Please sign in to comment.