Skip to content

Commit

Permalink
Make protobuf dependency compatible with TF 2.11, revert legacy-resol…
Browse files Browse the repository at this point in the history
…ver flag in GHA (#155)
  • Loading branch information
misberner committed May 11, 2023
1 parent 45adf17 commit 1d6b32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Install Dependencies
run: pip install -r requirements.txt --use-deprecated=legacy-resolver
run: pip install -r requirements.txt
- name: Install gretel-synthetics
run: pip install -e .[all,test] --use-deprecated=legacy-resolver
- name: Lint
Expand Down

0 comments on commit 1d6b32f

Please sign in to comment.