Skip to content

Commit

Permalink
Fix Github Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vietanhdev committed Aug 3, 2024
1 parent 631b7d4 commit 62f0a24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:

- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: '3.10'
python-version: 3.12
miniconda-version: "latest"

- name: Set preferred device to CPU
shell: bash -l {0}
Expand Down Expand Up @@ -168,8 +168,8 @@ jobs:

- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: '3.10'
python-version: 3.12
miniconda-version: "latest"

- name: Set preferred device to GPU
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion anylabeling/app_info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__appname__ = "AnyLabeling"
__appdescription__ = "Effortless data labeling with AI support"
__version__ = "0.4.0"
__version__ = "0.4.1"
__preferred_device__ = "CPU" # GPU or CPU

0 comments on commit 62f0a24

Please sign in to comment.