Skip to content

Commit 34b4b25

Browse files
author
zhangrengang
committedMar 3, 2025
test conda
1 parent 86374d3 commit 34b4b25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎.github/workflows/main-linux.yml

-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
build:
1717
# The type of runner that the job will run on
1818
runs-on: ubuntu-latest
19-
# runs-on: ubuntu-20.04
2019
# Steps represent a sequence of tasks that will be executed as part of the job
2120
steps:
2221
- uses: actions/checkout@v4
@@ -36,7 +35,6 @@ jobs:
3635
export PATH=/usr/share/miniconda/envs/RepCent/bin:$PATH
3736
# conda activate RepCent
3837
./install.sh
39-
4038

4139
- name: Test
4240
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.