Skip to content

Commit

Permalink
Try getting test-environment yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Sep 24, 2023
1 parent bc93877 commit 50cff13
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ jobs:
cache: true
conda-update: true
id: install
- name: Create conda environment
run: |
conda activate test-environment
mkdir -p $HOME/ci/conda-env
conda env export > $HOME/ci/environment_${{ matrix.python-version }}_${{ matrix.os }}.yml
- uses: actions/upload-artifact@v3
with:
name: test-environment
path: $HOME/ci/environment_${{ matrix.python-version }}_${{ matrix.os }}.yml
- name: bokeh sampledata
run: |
conda activate test-environment
Expand Down

0 comments on commit 50cff13

Please sign in to comment.