Skip to content

Commit

Permalink
CI: fix the tests on Windows (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Oct 3, 2022
1 parent 060c717 commit 1992186
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,13 @@ jobs:
run: git fetch --prune --tags --unshallow
- name: conda setup
run: |
conda install -n base -c defaults "conda>=4.12"
conda install -n base -c conda-forge mamba --no-update-deps
conda install -c conda-forge "nodejs=15.3.0" --no-update-deps
conda config --prepend channels nodefaults
conda config --prepend channels conda-forge
conda config --prepend channels pyviz/label/dev
conda config --remove channels defaults
conda create -n test-environment python=${{ matrix.python-version }} pyctdev
conda create -n test-environment
conda activate test-environment
conda config --env --append channels pyviz/label/dev --append channels conda-forge
conda config --env --remove channels defaults
conda install python=${{ matrix.python-version }} pyctdev
- name: doit develop_install
run: |
eval "$(conda shell.bash hook)"
Expand Down

0 comments on commit 1992186

Please sign in to comment.