Skip to content

Commit

Permalink
first attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentadam87 committed Apr 20, 2024
1 parent 2b9c238 commit 2ca5856
Show file tree
Hide file tree
Showing 3 changed files with 3,897 additions and 2,059 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/quality-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.7 ]
tensorflow: [ 2.2.1 ]
name: Python-${{ matrix.python-version }} tensorflow${{ matrix.tensorflow }}
python-version: [ "3.8.12" ]
name: Python-${{ matrix.python-version }}
steps:
#----------------------------------------------
# check-out repo and set-up python
Expand Down
Loading

0 comments on commit 2ca5856

Please sign in to comment.