Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
BrikerMan committed Jul 4, 2021
1 parent 1187bcd commit 7a97f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Install deps
run: |
python -m pip install --upgrade pip
pip install 'tensorflow>=2.2.0,<2.3.0'
python scripts/install_addons.py
python scripts/install_tf.py 2.2
python scripts/install_addons.py 2.2
pip install -r requirements.dev.txt
pip install -r requirements.txt
- name: Run lint script
Expand Down

0 comments on commit 7a97f9d

Please sign in to comment.