Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
ViralVerity committed Jun 27, 2024
2 parents a07aaba + 931c27b commit ae456fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
matrix:
os: ["ubuntu-latest", "macos-latest"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
with:
environment-file: environment.yml
activate-environment: analysis_env
channels: conda-forge,bioconda,defaults
conda-version: "*"
miniconda-version: "latest"
- name: install pipeline
run: pip install -e .
- name: run_dry_run
Expand Down

0 comments on commit ae456fb

Please sign in to comment.