Skip to content

Commit

Permalink
fix syntax error in github action yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
davegrays committed Apr 10, 2023
1 parent 4c0ff4c commit 73b7900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cpu_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: benchmark_gnn
Expand All @@ -24,3 +24,4 @@ jobs:
- run: |
conda info
conda list
3 changes: 2 additions & 1 deletion .github/workflows/gpu_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: benchmark_gnn
Expand All @@ -24,3 +24,4 @@ jobs:
- run: |
conda info
conda list

0 comments on commit 73b7900

Please sign in to comment.