Skip to content

Commit

Permalink
Merge remote-tracking branch 'v3io/development' into python-3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gtopper committed Jan 8, 2024
2 parents 3037aca + ccb4784 commit ac70dec
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
- name: Lint Python code
run: make flake8

- uses: actions/setup-go@v3
with:
go-version: "^1.19.13"

- name: Run Python tests
run: make test-py
env:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,9 @@ jobs:
- name: Lint Python code
run: make flake8

- uses: actions/setup-go@v3
with:
go-version: "^1.19.13"

- name: Run Python tests
run: make test-py
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ jobs:
- name: Lint Python code
run: make flake8

- uses: actions/setup-go@v3
with:
go-version: "^1.19.13"

- name: Run Python tests
run: make test-py

Expand Down Expand Up @@ -115,7 +119,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: "^1.19.5"
go-version: "^1.19.13"

- name: Build binaries for ${{ matrix.go-os }}
run: make frames-bin
Expand Down

0 comments on commit ac70dec

Please sign in to comment.