We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0ff4c commit 73b7900Copy full SHA for 73b7900
.github/workflows/cpu_setup.yml
@@ -15,7 +15,7 @@ jobs:
15
run:
16
shell: bash -el {0}
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v3
19
- uses: conda-incubator/setup-miniconda@v2
20
with:
21
activate-environment: benchmark_gnn
@@ -24,3 +24,4 @@ jobs:
24
- run: |
25
conda info
26
conda list
27
+
.github/workflows/gpu_setup.yml
0 commit comments