Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis committed Mar 10, 2025
1 parent bde3e5c commit a501994
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_conda_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
conda install grayskull conda-build conda-verify conda-index
pip install build
- name: Conda list
run: |
conda list
- name: Generate sdist
run: |
python -m build --sdist
Expand Down

0 comments on commit a501994

Please sign in to comment.