Skip to content

Commit

Permalink
test conda4
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangrengang committed Mar 3, 2025
1 parent 34b4b25 commit 444a379
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,15 @@ jobs:
python-version: '3.10'

- name: Install
# install dependencies
run: |
git clone --recurse-submodules https://github.com/zhangrengang/Centromics
cd Centromics
# install
conda env create -f Centromics.yaml
export PATH=/usr/share/miniconda/envs/RepCent/bin:$PATH
# conda activate RepCent
./install.sh
- name: Test
run: |
ls -al
pwd
# - run: cd example_data && bash example.sh

0 comments on commit 444a379

Please sign in to comment.