Skip to content

Commit

Permalink
fix: Use older python version working with publish conda package action
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-mihok committed Feb 2, 2024
1 parent 6766b80 commit 7403052
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
with:
token: ${{ secrets.GIT_TOKEN }}

# Use older python version when running publish_conda_package_action until https://github.com/amauryval/publish_conda_package_action/issues/4 is resolved.
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8

- name: Publish to Conda
uses: amauryval/[email protected]
with:
Expand Down

0 comments on commit 7403052

Please sign in to comment.