Skip to content

Commit

Permalink
add c++ stdlib package for mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Aug 29, 2022
1 parent 42dbd08 commit 1be5858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_envs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: install dependencies
shell: bash -l {0}
run: mamba install tox-conda rust git compilers pandoc
run: mamba install tox-conda rust git compilers pandoc libstdcxx-ng

- name: run tests for 3.9
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion doc/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and the [`conda-forge`](https://conda-forge.org/) channel by default).

Once `mamba` is installed, run
```
mamba create -n sourmash_dev tox-conda rust git compilers pandoc
mamba create -n sourmash_dev tox-conda rust git compilers pandoc libstdcxx-ng
```
to create an environment called `sourmash_dev` containing the programs needed
for development.
Expand Down

0 comments on commit 1be5858

Please sign in to comment.