Skip to content

Commit

Permalink
[build] update base docker image for pypi build
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Mar 19, 2024
1 parent ace7833 commit 1f54c9c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ on:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+rc[0-9]+'

permissions:
contents: write

jobs:
build:
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
Expand Down

0 comments on commit 1f54c9c

Please sign in to comment.