Skip to content

Commit

Permalink
Merge pull request #205 from alchem0x2A/master
Browse files Browse the repository at this point in the history
  • Loading branch information
phanish-suryanarayana authored Oct 29, 2023
2 parents 41d2174 + f6859bf commit 6f93914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
channel-priority: true
- name: Install boa dependencies
run: |
mamba install -c conda-forge "conda-build>=3.20" colorama pip ruamel ruamel.yaml rich mamba jsonschema
pip install git+https://github.com/mamba-org/boa.git
mamba install -c conda-forge pip "conda-build>=3.20" "colorama=0.4" "ruamel=1.0" "ruamel.yaml=0.17" "rich=13.6" "mamba=1.5" "jsonschema=4.19"
pip install git+https://github.com/mamba-org/boa.git@81dc74a9974ecd02494b300fb97a0a7b2f186afc
- name: Build with mambabuild
run: |
echo $CONDA_PREFIX
Expand Down

0 comments on commit 6f93914

Please sign in to comment.