From f2e6865526bf2ee791ae4edf7558b1c9e2ae35cd Mon Sep 17 00:00:00 2001 From: Alexander Hampel Date: Tue, 19 Mar 2024 10:37:52 -0400 Subject: [PATCH] [build] update base docker image for pypi build --- .github/workflows/publish-to-pypi.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index e43c384..9610591 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -11,7 +11,8 @@ jobs: name: Build distribution 📦 runs-on: ubuntu-latest container: # we have to provide a working triqs installation to make the cmake step work - image: flatironinstitute/triqs:latest + # image: flatironinstitute/triqs:latest # this does not work since actions/checkout only accepts root as a user, triqs docker images setups a new user + image: ghcr.io/triqs/solid_dmft_github_ci:3.2.x steps: - uses: actions/checkout@v4