From 432ba119807b9d921c0a63a562b3cfb7edd3edcf Mon Sep 17 00:00:00 2001 From: the-hampel Date: Thu, 29 Aug 2024 20:50:05 +0200 Subject: [PATCH] [build] fix recursive dependency in tag build --- .github/workflows/publish-to-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 09100487..58dbafcd 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -11,7 +11,7 @@ jobs: name: Build distribution 📦 runs-on: ubuntu-latest container: # we have to provide a working triqs installation to make the cmake step work - image: ghcr.io/triqs/solid_dmft_github_ci:${{github.ref_name}} + image: ghcr.io/triqs/solid_dmft_github_ci:3.3.x steps: - uses: actions/checkout@v4