Skip to content

Commit

Permalink
Limite setuptools in ci-windows.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
nennigb authored Oct 3, 2024
1 parent b278f24 commit eaabc76
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: polsys_env
python-version: 3.8
python-version: 3.11
auto-activate-base: false
miniconda-version: "latest"
auto-update-conda: true
Expand All @@ -35,7 +35,9 @@ jobs:
- name: Build
shell: bash -l {0}
run: |
# Ignore `pyproject.toml` to avoid conda/pip mix in numpy version
# Limit setuptools version because of numpy.distutils
python -m pip install setuptools==60.0.0
# Ignore `pyproject.toml` to avoid conda/pip mix in numpy version
python -m pip install -e . --no-use-pep517
# Show f2py compiler info for debug
f2py -c --help-fcompiler
Expand Down

0 comments on commit eaabc76

Please sign in to comment.