Skip to content

Commit

Permalink
switched to conda
Browse files Browse the repository at this point in the history
  • Loading branch information
vicpaton committed May 7, 2024
1 parent f3fe3e0 commit 29bbcb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: mamba-org/setup-micromamba@v1
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: networkcommons
environment-file: environment.yml
init-shell: bash
cache-environment: true
post-cleanup: 'all'
python-version: 3.10
- name: Install additional dependencies
run: |
pip install git+https://github.com/saezlab/corneto.git@dev .
Expand Down

0 comments on commit 29bbcb9

Please sign in to comment.