Skip to content

Commit

Permalink
Update test_pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhatribadri authored Dec 16, 2024
1 parent fe28752 commit 6c18cae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ jobs:
# ./mconfig --without-suid && \
# make -C ./builddir && \
# make -C ./builddir install
- name: Install Go
run: |
brew install go
go version
- name: Install singularity
uses: eWaterCycle/setup-singularity@v7
with:
Expand Down

0 comments on commit 6c18cae

Please sign in to comment.