File tree 2 files changed +10
-9
lines changed
2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
16
16
shell : bash -el {0}
17
17
steps :
18
18
- uses : actions/checkout@v3
19
- - uses : conda-incubator/setup-miniconda@v2
20
- with :
21
- activate-environment : benchmark_gnn
22
- environment-file : environment_cpu.yml
23
- python-version : 3.7
24
- - run : |
25
- conda info
26
- conda list
19
+ - uses : conda-incubator/setup-miniconda@v2
20
+ with :
21
+ activate-environment : benchmark_gnn
22
+ environment-file : environment_cpu.yml
23
+ python-version : 3.7
24
+ - run : |
25
+ conda info
26
+ conda list
Original file line number Diff line number Diff line change 15
15
run :
16
16
shell : bash -el {0}
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v3
19
19
- uses : conda-incubator/setup-miniconda@v2
20
20
with :
21
21
activate-environment : benchmark_gnn
24
24
- run : |
25
25
conda info
26
26
conda list
27
+
You can’t perform that action at this time.
0 commit comments