Skip to content

Commit

Permalink
chore: use updated gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-mihok committed Feb 5, 2024
1 parent 26c52dc commit 44cba27
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/publish-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,8 @@ 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: Activate conda venv
run: conda activate conda-env

- name: Publish to Conda
uses: marek-mihok/[email protected]
# Override dockerfile to use python 3.8
uses: marek-mihok/[email protected]
with:
CondaDir: 'py/h2o_wave/conda'
Platforms: 'noarch'
Expand Down

0 comments on commit 44cba27

Please sign in to comment.