Skip to content

Commit

Permalink
Use GH-hosted image for TeXLive container as well
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomofiorin committed Oct 13, 2023
1 parent ed44f84 commit 7b12838
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Load containers cache
uses: actions/cache@v3
with:
path: ~/.apptainer
key: Linux-x86_64-containers-build-doc-2023-07-19

- name: Install Apptainer
shell: bash
run: |
Expand All @@ -110,9 +104,7 @@ jobs:
shell: bash
working-directory: devel-tools
run: |
apptainer remote status SylabsCloud || apptainer remote add --no-login SylabsCloud cloud.sylabs.io
apptainer remote use SylabsCloud
apptainer pull texlive.sif library://giacomofiorin/default/colvars_development:texlive
apptainer pull texlive.sif oras://ghcr.io/Colvars/devel-containers:texlive
- name: Checkout website repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 7b12838

Please sign in to comment.