Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mraveri committed Sep 14, 2024
1 parent 08d13fe commit 729af86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:

strategy:
matrix:
####python-version: ["pypy3.9", "pypy3.10", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.12"]
tensorflow-version: ["2.15.0", "2.17.0"]
tfp-version: ["0.23.0", "0.24.0"]
exclude:
- python-version: "3.12"
tensorflow-version: "2.15.0"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 729af86

Please sign in to comment.