Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
Add SETUPTOOLS_USE_DISTUTILS=stdlib env var
  • Loading branch information
EricEngle-NOAA committed Sep 18, 2024
1 parent 3dc0ed6 commit 6724afe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:

name: Python (${{ matrix.python-version }})
runs-on: ubuntu-latest
#env:
env:
SETUPTOOLS_USE_DISTUTILS: stdlib
strategy:
matrix:
python-version: ["3.8","3.9","3.10","3.11"]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_macosx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:

name: Python (${{ matrix.python-version }})
runs-on: macos-latest
env:
SETUPTOOLS_USE_DISTUTILS: stdlib

defaults:
run:
Expand Down

0 comments on commit 6724afe

Please sign in to comment.