Skip to content

Commit d51f13d

Browse files
committed
[ci] Use solid_dmft CI image (triqs 4.0.x) for PyPI build
No flatironinstitute/triqs:4.0.x image is published yet, and the build needs an installed TRIQS 4.0.x for find_package(TRIQS 4.0) and the version.py git-hash substitution. Reuse the public ghcr.io/triqs/solid_dmft_github_ci:4.0.x image, which ships triqs 4.0.x (same approach as solid_dmft's publish workflow).
1 parent 2605443 commit d51f13d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ jobs:
1010
build:
1111
name: Build distribution 📦
1212
runs-on: ubuntu-latest
13-
container: # we have to provide a working triqs installation to make the cmake step work
14-
image: flatironinstitute/triqs:4.0.x
13+
container: # we have to provide a working triqs 4.0.x installation to make the cmake step work
14+
# no flatironinstitute/triqs:4.0.x image is published yet; reuse the solid_dmft CI image which ships triqs 4.0.x
15+
image: ghcr.io/triqs/solid_dmft_github_ci:4.0.x
1516
options: --user root
1617

1718
steps:

0 commit comments

Comments
 (0)