Skip to content

Commit

Permalink
update mamba setup and env
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Jul 28, 2024
1 parent 9e713a2 commit 656632e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev_envs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
uses: actions/cache@v4
env:
CACHE_NUMBER: 0
with:
path: ~/conda_pkgs_dir
key:
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment.yml') }}
Expand Down
6 changes: 3 additions & 3 deletions dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: sourmash_dev
channels:
- conda-forge
dependencies:
- clangdev >=16.0.6,<17.1
- clangdev >=16.0.6,<16.1
- cxx-compiler >=1.7.0,<1.8
- git 2.41.0.*
- libclang >=16.0.6,<17.1
- libclang >=16.0.6,<16.1
- pandoc 3.1.3.*
- python 3.10.*
- rust >=1.76.0,<1.77
- rust >=1.80.0,<1.81
- tox >=4.11.0,<5

0 comments on commit 656632e

Please sign in to comment.