Skip to content

Commit

Permalink
CI: Adds a conda list step
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel G. A. Smith committed Dec 1, 2019
1 parent 8b8f813 commit 6c7441a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down Expand Up @@ -37,6 +37,12 @@ jobs:
eval "$(conda shell.bash hook)" && conda activate test
python -m pip install . --no-deps
- name: Environment Information
shell: bash
run: |
eval "$(conda shell.bash hook)" && conda activate test
conda list --show-channel-urls
- name: PyTest
shell: bash
run: |
Expand Down

0 comments on commit 6c7441a

Please sign in to comment.