File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
1616 shell : bash -el {0}
1717 steps :
1818 - 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 1515 run :
1616 shell : bash -el {0}
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v3
1919 - uses : conda-incubator/setup-miniconda@v2
2020 with :
2121 activate-environment : benchmark_gnn
2424 - run : |
2525 conda info
2626 conda list
27+
You can’t perform that action at this time.
0 commit comments