File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1414 uses : conda-incubator/setup-miniconda@v3
1515 with :
1616 miniconda-version : " latest"
17- python-version : " 3.10"
18-
19- - name : Install dependencies
20- shell : bash -l {0}
21- run : |
22- conda install -y pytorch torchvision cpuonly -c pytorch
23- pip install .
17+ python-version : " 3.13"
2418
2519 - name : Build and Publish Conda binaries
2620 shell : bash -l {0}
Original file line number Diff line number Diff line change 2020
2121set -xeu
2222
23+ # Set version in meta.yaml
24+ version=$( sed -nE ' s/__version__ = "(.*)"/\1/p' ignite/__init__.py)
25+ sed -i " s/__version__ = \" \(.*\)\" /__version__ = \" $version \" /g" conda.recipe/meta.yaml
26+ cat conda.recipe/meta.yaml | grep version
27+
2328conda install -y conda-build conda-verify anaconda-client conda-package-handling
2429conda config --set anaconda_upload no
2530
Original file line number Diff line number Diff line change 1- {% set __version__ = "0.6.0 " %}
1+ {% set __version__ = "0.5.3 " %}
22
33package :
44 name : ignite
You can’t perform that action at this time.
0 commit comments