Skip to content

Commit b61ba76

Browse files
committed
update environment path
1 parent 28b6ac4 commit b61ba76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v4
4545
- name: Setup environment
4646
shell: bash -l {0}
47-
run: tail --lines=+4 environment_qe.yml >> environment.yml
47+
run: tail --lines=+4 example_workflows/quantum_espresso/environment_qe.yml >> environment.yml
4848
- uses: conda-incubator/setup-miniconda@v3
4949
with:
5050
auto-update-conda: true

0 commit comments

Comments
 (0)