Skip to content

Commit

Permalink
Bump conda-store to 2024.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Jul 24, 2024
1 parent b21dc7e commit 6f5ff68
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/kvm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,18 @@ jobs:
${{ runner.os }}-vagrant-
- name: Install test dependencies.
run: sudo pip3 install ansible
run: pip install ansible

- name: Install Ansible Dependencies
working-directory: tests/ubuntu2004-singlenode
run: |
ansible-galaxy collection install community.general
ansible-galaxy collection install ansible.posix
- name: Install Vagrant
run: |
brew tap hashicorp/tap
brew install hashicorp/tap/hashicorp-vagrant
- name: Show Vagrant version
run: vagrant --version

Expand Down
2 changes: 1 addition & 1 deletion roles/conda_store/defaults/main.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
conda_store_enabled: false
conda_store_version: 2024.1.1
conda_store_version: 2024.3.1
conda_store_port: "5000"
conda_store_environment: environments/conda-store.yaml
conda_store_prefix: /conda-store
Expand Down
4 changes: 3 additions & 1 deletion roles/conda_store/templates/environments/conda-store.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ channels:
- conda-forge
dependencies:
- python ==3.10
- conda-store-server=={{ conda_store_version }}
# conda environment builds
- conda ==23.5.2
- python-docker
Expand Down Expand Up @@ -36,3 +35,6 @@ dependencies:
- minio
# installer
- constructor
- pip:
# version 2024.3.1 is not on conda-forge unfortunately
- conda-store-server=={{ conda_store_version }}

0 comments on commit 6f5ff68

Please sign in to comment.