diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 2ba2198..e7c6264 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: Lint workflow - uses: snakemake/snakemake-github-action@v1.24 + uses: snakemake/snakemake-github-action@v1.25 with: directory: . snakefile: workflow/Snakefile @@ -28,14 +28,14 @@ jobs: fetch-depth: 0 - name: Noise model inference - uses: snakemake/snakemake-github-action@v1.24 + uses: snakemake/snakemake-github-action@v1.25 with: directory: . snakefile: workflow/Snakefile args: "--configfile=tests/noise_model/config.yaml --use-conda --show-failed-logs --cores=all --conda-cleanup-pkgs cache --conda-frontend=mamba tests/noise_model/noise/process.fits" - name: Bulk orbit inference - uses: snakemake/snakemake-github-action@v1.24 + uses: snakemake/snakemake-github-action@v1.25 with: directory: . snakefile: workflow/Snakefile