Skip to content

Commit 697ecb8

Browse files
committed
Back to normal state of workflows
1 parent 74b0221 commit 697ecb8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/mcstas-conda-basictest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Get conda dependency list
5656
id: conda-deps
5757
run: |
58-
./src/devel/bin/mccode-create-conda-yml --nographics -m mcstas -n mcstas -o dependencies.yml
58+
./src/devel/bin/mccode-create-conda-yml -m mcstas -n mcstas -o dependencies.yml
5959
cat dependencies.yml
6060
6161
- name: Update conda

.github/workflows/mcstas-conda-testsuite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Get conda dependency list
5353
id: conda-deps
5454
run: |
55-
./src/devel/bin/mccode-create-conda-yml --nographics -m mcstas -n mcstas -o dependencies.yml
55+
./src/devel/bin/mccode-create-conda-yml -m mcstas -n mcstas -o dependencies.yml
5656
cat dependencies.yml
5757
5858
- name: Update conda

.github/workflows/mcxtrace-conda-basictest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Get conda dependency list
5656
id: conda-deps
5757
run: |
58-
./src/devel/bin/mccode-create-conda-yml --nographics -m mcxtrace -n mcxtrace -o dependencies.yml
58+
./src/devel/bin/mccode-create-conda-yml -m mcxtrace -n mcxtrace -o dependencies.yml
5959
cat dependencies.yml
6060
6161
- name: Update conda

.github/workflows/mcxtrace-conda-testsuite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Get conda dependency list
5353
id: conda-deps
5454
run: |
55-
./src/devel/bin/mccode-create-conda-yml --nographics -m mcxtrace -n mcxtrace -o dependencies.yml
55+
./src/devel/bin/mccode-create-conda-yml -m mcxtrace -n mcxtrace -o dependencies.yml
5656
cat dependencies.yml
5757
5858
- name: Update conda

0 commit comments

Comments
 (0)