Skip to content

Commit

Permalink
Build tag 3.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Nov 18, 2024
1 parent 61a1466 commit ff3ec79
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-conda-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
REPO: https://github.com/biolab/orange3.git
BUILD_BRANCH: master
BUILD_COMMIT: "3.37.0"
BUILD_COMMIT: "3.38.0"
BUILD_LOCAL: ""

PYTHONFAULTHANDLER: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-macos-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
env:
REPO: https://github.com/biolab/orange3.git
BUILD_BRANCH: master
BUILD_COMMIT: FETCH_HEAD
BUILD_LOCAL: 1
BUILD_COMMIT: "3.38.0"
BUILD_LOCAL: ""
PYTHONFAULTHANDLER: 1
PIP_DISABLE_PIP_VERSION_CHECK: 1
PIP_CACHE_DIR: .pip-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-win-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
env:
REPO: https://github.com/biolab/orange3.git
BUILD_BRANCH: master
BUILD_COMMIT: FETCH_HEAD
BUILD_LOCAL: 1
BUILD_COMMIT: "3.38.0"
BUILD_LOCAL: ""

PYTHONFAULTHANDLER: 1
PIP_DISABLE_PIP_VERSION_CHECK: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-win-portable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
env:
REPO: https://github.com/biolab/orange3.git
BUILD_BRANCH: master
BUILD_COMMIT: FETCH_HEAD
BUILD_LOCAL: 1
BUILD_COMMIT: "3.38.0"
BUILD_LOCAL: ""

PYTHONFAULTHANDLER: 1
PIP_DISABLE_PIP_VERSION_CHECK: 1
Expand Down

0 comments on commit ff3ec79

Please sign in to comment.