-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26c52dc
commit 44cba27
Showing
1 changed file
with
1 addition
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|