Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Jun 30, 2022
commit 985d6722fefc4bbf961bf384b11e8708ec712480
11 changes: 5 additions & 6 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [ ubuntu-latest, macos-10.15 ]
os: [ macos-10.15 ]
os: [ ubuntu-latest, macos-10.15 ]
steps:
- uses: actions/checkout@v2
- name: Setup Node
Expand Down Expand Up @@ -144,10 +143,10 @@ jobs:
needs: [build-python-wheel, build-source-distribution, get-version]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this change needed?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to give the job access the release version which means we must add it to needs

strategy:
matrix:
# os: [ubuntu-latest, macos-10.15 ]
# python-version: [ "3.7", "3.8", "3.9", "3.10"]
os: [macos-10.15 ]
python-version: [ "3.10"]
os: [ubuntu-latest, macos-10.15 ]
python-version: [ "3.7", "3.8", "3.9", "3.10"]
# os: [macos-10.15 ]
# python-version: [ "3.10"]
from-source: [ True, False ]
env:
# this script is for testing servers
Expand Down