Skip to content

Commit

Permalink
install toml pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed Dec 18, 2024
1 parent 5177001 commit c36a114
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

deploy_linux:
if: startsWith(github.event.ref, 'refs/tags/')
needs: test
# needs: test
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}

Expand All @@ -123,7 +123,7 @@ jobs:
run: |
git config --global --add safe.directory '*'
conda install anaconda-client rattler-build python=${{ matrix.python-version }} -c conda-forge
pip install versioneer==0.28
pip install versioneer==0.28 toml pyyaml
- name: Build conda package
shell: bash -l {0}
Expand All @@ -138,7 +138,7 @@ jobs:
deploy_osx_win:
if: startsWith(github.event.ref, 'refs/tags/')
needs: test
# needs: test
runs-on: ${{ matrix.os }}

strategy:
Expand All @@ -161,7 +161,7 @@ jobs:
run: |
git config --global --add safe.directory '*'
conda install anaconda-client rattler-build python=${{ matrix.python-version }} -c conda-forge
pip install versioneer==0.28
pip install versioneer==0.28 toml pyyaml
- name: Build conda package
shell: bash -l {0}
Expand Down

0 comments on commit c36a114

Please # to comment.