mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-01-20 18:37:36 +01:00
updated workflow
This commit is contained in:
8
.github/workflows/packet.yml
vendored
8
.github/workflows/packet.yml
vendored
@@ -34,8 +34,14 @@ jobs:
|
|||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: conda install conda-build conda-verify pytest
|
run: conda install conda-build conda-verify pytest
|
||||||
|
|
||||||
|
- name: Enable upload
|
||||||
|
run: conda config --set anaconda_upload yes
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: conda build .
|
env:
|
||||||
|
CONDA_USERNAME: ${{ secrets.CONDA_USERNAME }}
|
||||||
|
CONDA_TOKEN: ${{ secrets.CONDA_TOKEN }}
|
||||||
|
run: conda build . --user ${CONDA_USERNAME} --token ${CONDA_TOKEN}
|
||||||
|
|
||||||
# - name: Install
|
# - name: Install
|
||||||
# run: conda install -c ${CONDA_PREFIX}/conda-bld/ scikit_build_example
|
# run: conda install -c ${CONDA_PREFIX}/conda-bld/ scikit_build_example
|
||||||
|
|||||||
Reference in New Issue
Block a user