Skip to content

Commit

Permalink
Hardwire container version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Jun 17, 2022
1 parent b1d51ab commit 40e12e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
# a dedicated container is needed, so maturin-action is not an option, see pineappl_py/package/README.md for details
container:
image: docker://ghcr.io/n3pdf/maturin:latest
image: docker://ghcr.io/n3pdf/maturin:0.2.1
steps:
- name: Compile and Publish wheels
working-directory: /home/pineappl
Expand Down

0 comments on commit 40e12e0

Please sign in to comment.