Skip to content

Commit

Permalink
Update test_1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmkobel committed May 3, 2024
1 parent ad0a77d commit 186c710
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: test_1
on:
push:
paths:
- 'environment.yaml'
- '*'


Expand Down Expand Up @@ -31,7 +30,7 @@ jobs:
channels: conda-forge,bioconda,defaults
auto-activate-base: false
activate-environment: asscom2_launcher
environment-file: environment.yaml
environment-file: .github/workflows/env.yaml

- name: check solution
run: |
Expand Down

0 comments on commit 186c710

Please sign in to comment.