Skip to content

Commit

Permalink
Attempt to fix the SpacePy installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacesm committed Nov 6, 2023
1 parent c55e64d commit b94306e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- python: '3.9'
- python: '3.10'
- python: '3.11'
- python: '3.12'
#- python: '3.12' # broken - no distutils - test again with SpacePy >= 0.5.0
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand All @@ -31,9 +31,9 @@ jobs:
pip3 install --upgrade pip
pip3 install wheel
pip3 install scipy
export SETUPTOOLS_USE_DISTUTILS=stdlib # https://github.com/pypa/setuptools/issues/3693
pip3 install spacepy
unset SETUPTOOLS_USE_DISTUTILS
#export SETUPTOOLS_USE_DISTUTILS=stdlib # https://github.com/pypa/setuptools/issues/3693
pip3 install spacepy --no-build-isolation
#unset SETUPTOOLS_USE_DISTUTILS
pip3 install ./eoxmagmod/
- name: Scripts
run: |
Expand Down

0 comments on commit b94306e

Please sign in to comment.