Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mbackenkoehler committed Jan 29, 2024
1 parent c91afc0 commit e6145ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,13 @@ jobs:
mamba env create -f environment.yml -n ${{ matrix.directory }}
conda activate $(basename ${{ matrix.directory }})
mamba install pytest pytest-xdist pytest-cov nbval shyaml -c conda-forge -y
working-directory: teachopencadd/talktorials/${{ matrix.directory }}

- name: Conda info
shell: bash -el {0}
run: |
conda info
working-directory: teachopencadd/talktorials/${{ matrix.directory }}

- name: Test Talktorial
shell: bash -el {0}
Expand Down

0 comments on commit e6145ab

Please sign in to comment.