From 78aaff9f211e4f3365d6ecd60f2f8cfa93308540 Mon Sep 17 00:00:00 2001 From: Peter Knowles Date: Thu, 2 Jan 2025 07:42:38 +0000 Subject: [PATCH] publish to pypi --- .github/workflows/pypi-publish.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index ca75922..c40b3de 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -23,6 +23,9 @@ jobs: # username: ${{ github.actor }} # password: ${{ secrets.GITHUB_TOKEN }} timeout-minutes: 10 + defaults: + run: + shell: bash -el {0} steps: - uses: actions/checkout@v4 - name: Set up Python @@ -34,8 +37,9 @@ jobs: with: auto-update-conda: true python-version: "3.13" + - name: Install conda packages + run: conda install -y -c conda-forge cmake c-compiler cxx-compiler - name: Conda info - shell: bash -el {0} run: | conda info conda list