Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Aug 28, 2024
1 parent 8bc3d9c commit 8f66f72
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 19 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/go-codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
with:
go-version: 1.18

# ************** REMOVE AFTER RELEASE ********************
- name: Install Go SDK from branch
run: go get github.com/Picovoice/picovoice/sdk/go/v3/@98eed548c1219c0bf9619550434dd5f457b6a090
# ********************************************************

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand All @@ -57,6 +62,11 @@ jobs:
with:
go-version: 1.18

# ************** REMOVE AFTER RELEASE ********************
- name: Install Go SDK from branch
run: go get github.com/Picovoice/picovoice/sdk/go/v3/@98eed548c1219c0bf9619550434dd5f457b6a090
# ********************************************************

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Build dependencies
run: |
python -m pip install -U pip setuptools
pip install wheel && cd ../../sdk/python && python3 setup.py sdist bdist_wheel && pip install dist/pvpicovoice-3.0.3-py3-none-any.whl
pip install wheel && cd ../../sdk/python && python3 setup.py sdist bdist_wheel && pip install dist/picovoice-3.0.3-py3-none-any.whl
- name: Install dependencies
run: pip install -r requirements.txt
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/rust-codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ jobs:
toolchain: stable
override: true

# ************** REMOVE AFTER RELEASE ********************
- name: Build Rust SDK
run: ./copy.sh
working-directory: sdk/rust
# ********************************************************

- name: Run clippy
run: cargo clippy -- -D warnings
working-directory: sdk/rust
Expand All @@ -69,12 +63,6 @@ jobs:
toolchain: stable
override: true

# ************** REMOVE AFTER RELEASE ********************
- name: Build Rust SDK
run: ./copy.sh
working-directory: sdk/rust
# ********************************************************

- name: Run clippy
run: cargo clippy -- -D warnings
working-directory: demo/rust/filedemo
Expand All @@ -101,12 +89,6 @@ jobs:
run: cargo build
working-directory: sdk/rust

# ************** REMOVE AFTER RELEASE ********************
- name: Build Rust SDK
run: ./copy.sh
working-directory: sdk/rust
# ********************************************************

- name: Run clippy
run: cargo clippy -- -D warnings
working-directory: demo/rust/micdemo
1 change: 1 addition & 0 deletions .github/workflows/rust-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ env:
defaults:
run:
working-directory: demo/rust
shell: bash

jobs:
build-github-hosted:
Expand Down

0 comments on commit 8f66f72

Please sign in to comment.