Skip to content

Commit

Permalink
old workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlk committed Oct 3, 2024
1 parent c8d9a15 commit 4707293
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,14 @@ jobs:
- name: Build and test wheels
uses: pypa/[email protected] # You may need to update to get latest Python versions
env:
# Build
CIBW_BEFORE_BUILD: "pip install --upgrade pip && pip install -r requirements-dev.txt && pip list"
CIBW_BUILD_FRONTEND: "build"
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BUILD: "${{ matrix.python }}*"
CIBW_SKIP: "*musllinux*"

# Test
CIBW_BEFORE_TEST: "pip install --upgrade pip && pip install -r requirements-dev.txt && pip list"
CIBW_TEST_COMMAND: "pytest {project}/tests"
- uses: actions/upload-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
-r requirements.txt
pytest>=5.1
pandas>=1.0.4
pandas>=2.2.3
twine
sphinx
sphinx-rtd-theme
numpydoc
bump2version
nose
scikit-learn>=0.24.2
scikit-learn>=1.5.2
cython>=3.0.11
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ortools >= 9.4.1874
scipy >= 1.6.3
ortools >= 9.11.4210
scipy >= 1.14.1
numpy >= 2.1.1
six
joblib

0 comments on commit 4707293

Please sign in to comment.