Skip to content

Commit

Permalink
[build] fix recursive dependency in tag build
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Aug 29, 2024
1 parent 4f7c8c8 commit f21f232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f21f232

Please sign in to comment.