We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6eec8 commit e841463Copy full SHA for e841463
.github/workflows/test.yml
@@ -39,13 +39,15 @@ jobs:
39
with:
40
python-version: ${{ matrix.python-version }}
41
42
- - uses: nanasess/setup-chromedriver@master
43
- with:
+ - uses: nanasess/setup-chromedriver@v2
+ # with:
44
# Optional: do not specify to match Chrome's version
45
- chromedriver-version: '114.0.5735.90'
+ # chromedriver-version: '114.0.5735.90'
46
47
- name: Install Poetry
48
uses: snok/install-poetry@v1
49
+ with:
50
+ version: 1.5.1
51
- name: Cache poetry
52
id: cached-poetry-dependencies
53
uses: actions/cache@v2
0 commit comments