Skip to content

Commit

Permalink
Remove commented out from-github package build code
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Nov 7, 2023
1 parent 2ecad8d commit 7eea3ef
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,6 @@ jobs:
# this is to make the workqueue binary installer happy
sudo apt-get install -y libpython3.5
# force a greenlet version, as released versions don't build with
# python 3.12
# pip install 'greenlet @ git+https://github.com/mdboom/greenlet@python-312'
# numpy releases (<=1.25 at time of writing) don't build with python 3.12
# due to distutils disappearing. See https://github.com/numpy/numpy/issues/23808
# sudo apt-get install -y libopenblas-dev
# pandas latest release doesn't build with python 3.12. trying github.
# see, for example, https://github.com/pandas-dev/pandas/pull/53743
# pip install 'numpy @ git+https://github.com/numpy/numpy' 'pandas @ git+https://github.com/pandas-dev/pandas'
- name: make deps clean_coverage
run: |
make deps
Expand Down

0 comments on commit 7eea3ef

Please sign in to comment.