Skip to content

Commit

Permalink
debug singularity install
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
vsoch committed Mar 28, 2024

Verified

This commit was signed with the committer’s verified signature.
vsoch Vanessasaurus
1 parent 249c7d7 commit 00a27c2
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: singularity-compose ci

on:
push:
@@ -20,7 +20,9 @@ jobs:
pip install .[all]
- name: Run unit tests
run: pytest -xs scompose/tests/test_*.py
run: |
which singularity
pytest -xs scompose/tests/test_*.py
formatting:
runs-on: ubuntu-latest
@@ -33,7 +35,7 @@ jobs:
- name: Check Spelling
uses: crate-ci/typos@7ad296c72fa8265059cc03d1eda562fbdfcd6df2 # v1.9.0
with:
files: ./docs/getting_started/ ./docs/index.rst
files: ./docs/*.md ./docs/*/*.md ./README.md .docs/*.rst .docs/*/*.rst

- name: Lint and format Python code
run: |
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
./env
env
.eggs
.docs/_build
dist

0 comments on commit 00a27c2

Please sign in to comment.