Skip to content

Commit

Permalink
further pin versions of conda build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alchem0x2A committed Oct 29, 2023
1 parent 57756af commit 568269f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ 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
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: |
Expand Down

0 comments on commit 568269f

Please sign in to comment.