Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
BrikerMan committed Jul 4, 2021
1 parent 207fefa commit 2ac479b
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,7 +20,7 @@ jobs:
- name: Install deps
run: |
python -m pip install --upgrade pip
pip install ${{ matrix.tensorflow_version }}
pip install '${{ matrix.tensorflow_version }}'
python scripts/install_addons.py
pip install -r requirements.dev.txt
pip install -r requirements.txt
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install deps
run: |
python -m pip install --upgrade pip
pip install ${{ matrix.tensorflow_version }}
pip install '${{ matrix.tensorflow_version }}'
python scripts/install_addons.py
pip install -r requirements.dev.txt
pip install -r requirements.txt
Expand Down

0 comments on commit 2ac479b

Please sign in to comment.