Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
uschmidt83 committed Apr 26, 2024
1 parent 6d783e0 commit 19801d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests_cron.yml
Expand Up @@ -42,15 +42,19 @@ jobs:
- os: macos-13
python-version: '3.6' # no arm64 wheels
tensorflow: 1
package-extras: 'test,tf1'
- os: macos-13
python-version: '3.6' # no arm64 wheels
tensorflow: 2
package-extras: 'test'
- os: macos-13
python-version: '3.7' # no arm64 wheels
tensorflow: 1
package-extras: 'test,tf1'
- os: macos-13
python-version: '3.7' # no arm64 wheels
tensorflow: 2
package-extras: 'test'
- os: macos-13
python-version: '>=3.12 <3.13' # intentionally be different than '3.12' to cause an additional combination
tensorflow: 2
Expand All @@ -69,6 +73,10 @@ jobs:
tensorflow: 1
- os: windows-latest
tensorflow: 1
- os: macos-latest
python-version: '3.6'
- os: macos-latest
python-version: '3.7'

steps:
- name: Install Python
Expand Down

0 comments on commit 19801d2

Please sign in to comment.