Skip to content

Commit

Permalink
updaintg
Browse files Browse the repository at this point in the history
  • Loading branch information
mwang87 committed Dec 23, 2024
1 parent cf0f0f2 commit 9955453
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
token: ${{ secrets.TOKEN }}
- name: Conda Build
run: |
cd Classical_Networking_Workflow && mamba env create -n test -f ./bin/conda_env.yml -y
cd Classical_Networking_Workflow && mamba env create -n test_networking -f ./bin/conda_env.yml -y
# remove test
mamba remove -n test --all -y
mamba remove -n test_networking --all -y
test-FBMN:
runs-on: self-hosted
Expand All @@ -33,7 +33,7 @@ jobs:
token: ${{ secrets.TOKEN }}
- name: Conda Build
run: |
cd Feature_Based_Molecular_Networking_Workflow && mamba env create -n test -f ./bin/conda_env.yml -y
cd Feature_Based_Molecular_Networking_Workflow && mamba env create -n test_fbmn -f ./bin/conda_env.yml -y
# remove test
mamba remove -n test --all -y
mamba remove -n test_fbmn --all -y

0 comments on commit 9955453

Please sign in to comment.