diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2023-11-03 16:53:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-03 16:53:45 +0100 |
commit | 668a5b45e5ca5b5c16ea042d0121c5a958564089 (patch) | |
tree | 3db5e37a27afea8822aa64600b095736b4db7d52 /.github | |
parent | 70171d6caf68e99430eecf49950bb8498d05d1f6 (diff) | |
download | spack-668a5b45e5ca5b5c16ea042d0121c5a958564089.tar.gz spack-668a5b45e5ca5b5c16ea042d0121c5a958564089.tar.bz2 spack-668a5b45e5ca5b5c16ea042d0121c5a958564089.tar.xz spack-668a5b45e5ca5b5c16ea042d0121c5a958564089.zip |
clingo-bootstrap: force setuptools through variant (#40866)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/bootstrap.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index db64ca94d5..fd863b6abb 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -159,6 +159,9 @@ jobs: brew install cmake bison@2.7 tree - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # @v2 + with: + python-version: "3.12" - name: Bootstrap clingo run: | source share/spack/setup-env.sh |