Skip to content

Commit

Permalink
Revert "REVERT ME - temporarily skip CI jobs that work fine"
Browse files Browse the repository at this point in the history
This reverts commit 2b9f1e0.
  • Loading branch information
pavoljuhas committed Sep 13, 2024
1 parent e06d6da commit 693f778
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bazeltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:
branches:
- master

# TODO(pavoljuhas) - uncomment below
# pull_request:
pull_request:

jobs:
# Run tests with Bazel v5.3.0.
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/dockertest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
- master

# Run tests for any PRs.
# TODO(pavoljuhas) - uncomment below
# pull_request:
pull_request:

jobs:
# Run tests.
Expand Down
13 changes: 6 additions & 7 deletions .github/workflows/release_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ jobs:
name: mac_arm64
cibw:
build: "cp39* cp310* cp311* cp312*"
# TODO(pavoljuhas) - uncomment below
# - os: ubuntu-20.04
# name: manylinux2014
# cibw:
# arch: x86_64
# build: "cp39* cp310* cp311* cp312*"
# manylinux_image: manylinux2014
- os: ubuntu-20.04
name: manylinux2014
cibw:
arch: x86_64
build: "cp39* cp310* cp311* cp312*"
manylinux_image: manylinux2014
- os: windows-2019
name: win_amd64
architecture: x64
Expand Down

0 comments on commit 693f778

Please sign in to comment.