Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
emlys committed Mar 10, 2025
1 parent 1c07f61 commit 889a1b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ jobs:
source ~/.bashrc
micromamba --version
echo ${{ env.CONDA_DEFAULT_DEPENDENCIES }} python=${{ matrix.python-version }}
echo ${{ env.CONDA_DEFAULT_DEPENDENCIES }} python=${{ matrix.python-version }} | xargs
echo ${{ env.CONDA_DEFAULT_DEPENDENCIES }} python=${{ matrix.python-version }} | xargs | tr ";" "\n"
echo ${{ env.CONDA_DEFAULT_DEPENDENCIES }} python=${{ matrix.python-version }} | xargs | tr ";" "\n" > extra_requirements.txt
cat extra_requirements.txt
Expand Down

0 comments on commit 889a1b1

Please sign in to comment.