Skip to content

Commit

Permalink
Update unit test infra (#117)
Browse files Browse the repository at this point in the history
Update units tests to use python 3.7 (previously 3.6) and install all library 
dependencies including  tensorflow and pytorch.
  • Loading branch information
drew committed Apr 15, 2022
1 parent 28a2f92 commit fd313c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.6
- name: Install TF
run: pip install tensorflow==2.4
python-version: 3.7
- name: Install Dependencies
run: pip install -r requirements.txt
- name: Install gretel-synthetics
run: pip install -e .[all,test]
- name: Lint
Expand Down

0 comments on commit fd313c7

Please sign in to comment.