We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00d6ea4 + 2bf7d54 commit 6bf13d6Copy full SHA for 6bf13d6
.github/workflows/testsingularity.yml
@@ -34,14 +34,14 @@ jobs:
34
- name: Build
35
run: |
36
cd singularity
37
- ./mconfig --without-suid -p ${{ runner.tool_cache }}/singularity/${{ env.RELEASE_VERSION }}/x64
+ ./mconfig --without-suid -p /usr/local/
38
make -C ./builddir
39
sudo make -C ./builddir install
40
cd ..
41
- name: Echo singularity version
42
43
echo ${{ github.ref }}
44
- ${{ runner.tool_cache }}/singularity/${{ env.RELEASE_VERSION }}/x64/bin/singularity --version
+ singularity --version
45
46
47
- name: Set up Python ${{ matrix.python-version }}
0 commit comments