Skip to content

Commit

Permalink
updated develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixstars-momoko committed Jul 18, 2024
1 parent e551448 commit 906d041
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 22 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/develop-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@ on:
branches:
- '*' # This will run the build and test jobs for pull requests to all branches

### modify here for update #####################################################
env:
LATEST_RELEASED_SDK: v24.05.06
LATEST_OPENCV_VERSION: 4.10.0
LATEST_OPENCV_BIN_PATH: opencv/build/x64/vc16/bin
################################################################################

jobs:
set_env:
runs-on: windows-latest
env:
LATEST_RELEASED_SDK: v24.05.06
LATEST_OPENCV_VERSION: 4.10.0
LATEST_OPENCV_BIN_PATH: opencv/build/x64/vc16/bin
outputs:
LATEST_RELEASED_SDK: ${{ steps.set-vars.outputs.LATEST_RELEASED_SDK }}
LATEST_OPENCV_VERSION: ${{ steps.set-vars.outputs.LATEST_OPENCV_VERSION }}
Expand All @@ -59,7 +61,7 @@ jobs:
with:
python-version: "3.11.4"

- name: Create and enter the build directory
- name: Create config for Windows
run: |
cd installer
mkdir build && cd build
Expand Down
5 changes: 0 additions & 5 deletions installer/testcases/python/requirements-v23.11.01.txt

This file was deleted.

4 changes: 0 additions & 4 deletions installer/testcases/python/requirements-v24.01.01.txt

This file was deleted.

4 changes: 0 additions & 4 deletions installer/testcases/python/requirements-v24.01.03.txt

This file was deleted.

4 changes: 0 additions & 4 deletions installer/testcases/python/requirements-v24.01.04.txt

This file was deleted.

0 comments on commit 906d041

Please sign in to comment.