Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be01807

Browse files
author
Maciej Olko
committed
Use 2020 resolver in pip to avoid dependencies conflict
1 parent 8897da0 commit be01807

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
access_token: ${{ secrets.GITHUB_TOKEN }}
1717
- uses: actions/setup-python@master
1818
- run: sudo apt-get install -y gettext
19-
- run: pip install transifex-client requests
19+
- run: pip install transifex-client requests --use-feature=2020-resolver
2020
- uses: actions/checkout@master
2121
with:
2222
ref: ${{ matrix.version }}

0 commit comments

Comments
 (0)