Browse Source

experimenting with chromedriver setup

Rodja Trappe 1 year ago
parent
commit
7143f40cba
1 changed files with 0 additions and 4 deletions
  1. 0 4
      .github/workflows/test.yml

+ 0 - 4
.github/workflows/test.yml

@@ -33,10 +33,6 @@ jobs:
         run: ./test_startup.sh
       - name: setup chromedriver
         uses: nanasess/setup-chromedriver@v2.1.1
-        with:
-          # XXX: This is an unfortunate workaround due to this issue:
-          # https://github.com/nanasess/setup-chromedriver/issues/199
-          chromedriver-version: "115.0.5790.102"
       - name: pytest
         run: pytest
       - name: upload screenshots