Update TF requirement from 2.20.0rc0 to 2.20.0 #446
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build and test | |
| on: | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| call-workflow: | |
| uses: ./.github/workflows/build_and_publish_template.yml | |
| permissions: | |
| contents: read | |
| id-token: write | |
| with: | |
| upload_wheels: false |