Conda legacy env: use vs2019 package and fixed versions #20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Conda env testing | |
on: | |
push: | |
paths: | |
- 'conda/envs/legacy/**' | |
jobs: | |
legacy_pixi_test: | |
runs-on: ubuntu-latest | |
name: Legacy Pixi | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Install pixi | |
uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659 # v0.8.1 | |
with: | |
locked: true | |
cache: false # 10Gb limit might be too low for caching | |
manifest-path: conda/envs/legacy/pixi.toml |