Skip to content

Commit

Permalink
show conda information
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapriot committed Oct 12, 2024
1 parent 3fd3f56 commit f624c6b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test_with_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,15 @@ jobs:
channels: conda-forge
python-version: ${{ matrix.python-version }}

- name: Conda information
run: |
conda info
conda list
conda config --show
- name: Install Our Package
run: |
pip install --no-build-isolation --editable . --config-settings=setup-args="-Dwith_extensions=true"
conda list
- name: Run Tests
run: |
Expand Down

0 comments on commit f624c6b

Please sign in to comment.