Skip to content

Commit 4a93ff4

Browse files
committed
Fix GHA variable reference
1 parent d3daa81 commit 4a93ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
auto-update-conda: true
4040
channels: conda-forge,ome
41-
environment-file: ${{ implementation}}/environment.yml
41+
environment-file: ${{ matrix.implementation }}/environment.yml
4242
python-version: ${{ matrix.python-version }}
4343
env:
4444
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
@@ -59,4 +59,4 @@ jobs:
5959
6060
- name: Run tests
6161
shell: bash -l {0}
62-
run: make ${{ implementation }}
62+
run: make ${{ matrix.implementation }}

0 commit comments

Comments
 (0)