Skip to content

Commit c6724f5

Browse files
author
zhangrengang
committed
test macos-latest15:biopython5
1 parent e341812 commit c6724f5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main-mac.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,8 @@ jobs:
4141
conda env list
4242
export PATH=/Users/runner/miniconda3/envs/OrthoIndex/bin:$PATH
4343
which python
44-
ls -al /Users/runner/miniconda3/envs/OrthoIndex/
45-
ls -al /Users/runner/miniconda3/envs/OrthoIndex/bin
4644
conda init
47-
cat ~/.bashrc
45+
cat /Users/runner/.bash_profile
4846
echo "==="
4947
export PATH=/Users/runner/miniconda3/envs/OrthoIndex/bin:$PATH && python setup.py install
5048

example_data/example.sh

+1
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ soi filter -s Populus_trichocarpa-Salix_dunnii.collinearity.gz -o Populus_tricho
4040
-c 0.6 > Populus_trichocarpa-Salix_dunnii.collinearity.ortho.test
4141
# compare with the expected output
4242
diff Populus_trichocarpa-Salix_dunnii.collinearity.ortho Populus_trichocarpa-Salix_dunnii.collinearity.ortho.test
43+

0 commit comments

Comments
 (0)