Skip to content

Commit

Permalink
reverting by removing SETUPTOOLS_USE_DISTUTILS=stdlib in CI.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaw9910 committed Apr 16, 2024
1 parent 524b01c commit 21a7fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
# More info on options: https://github.com/marketplace/actions/provision-with-micromamba
# https://github.com/mamba-org/provision-with-micromamba#migration-to-setup-micromamba%60
- uses: mamba-org/setup-micromamba@v1
env:
SETUPTOOLS_USE_DISTUTILS=stdlib
# env:
# SETUPTOOLS_USE_DISTUTILS=stdlib
with:
environment-file: devtools/conda-envs/test_env.yaml
environment-name: test
Expand Down

0 comments on commit 21a7fad

Please sign in to comment.