Skip to content

Commit 0789aca

Browse files
committed
fix: rename workflow to CI/CD Pipeline and remove Apptainer installation step
1 parent 69dd21e commit 0789aca

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test GHCR Container
1+
name: CI/CD Pipeline
22

33
on:
44
push:
@@ -47,11 +47,6 @@ jobs:
4747
pip install snakemake
4848
pip install pulp==2.7.0
4949
50-
- name: Install Apptainer
51-
run: |
52-
sudo apt-get update
53-
sudo apt-get install -y apptainer
54-
5550
- name: Run test pipeline
5651
run: |
5752
snakemake --cores 1 \

0 commit comments

Comments
 (0)