Skip to content

Commit

Permalink
Update CI config to install correct version of Tensorflow
Browse files Browse the repository at this point in the history
  • Loading branch information
julienperichon committed Jul 29, 2022
1 parent 18a6434 commit 79ec9c7
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 800 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7]
python-version: [ 3.6, 3.7 ]

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down
Loading

0 comments on commit 79ec9c7

Please sign in to comment.