From a02d08914b4f0f85481a7d41f2f7cb3c269dba8b Mon Sep 17 00:00:00 2001 From: Situphen Date: Sat, 13 Jan 2024 12:49:05 +0100 Subject: [PATCH] test --- .github/workflows/ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fb659a1c2..46e1662680 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,6 @@ env: PYTHON_VERSION: "3.9" MARIADB_VERSION: "10.4.10" COVERALLS_VERSION: "3.3.1" # check if Coverage needs to be also updated in requirements-ci.txt - GECKODRIVER_VERSION: "0.34.0" # As GitHub Action does not allow environment variables # to be used in services definitions, these are only for @@ -184,15 +183,6 @@ jobs: mysql database: "ci_db_name" mysql root password: "ci_root_password" - - name: Install Firefox - run: sudo apt-get update && sudo apt-get install firefox - - - name: Install Geckodriver - run: | - wget https://github.com/mozilla/geckodriver/releases/download/v${{ env.GECKODRIVER_VERSION }}/geckodriver-v${{ env.GECKODRIVER_VERSION }}-linux64.tar.gz - mkdir geckodriver - tar -xzf geckodriver-v${{ env.GECKODRIVER_VERSION }}-linux64.tar.gz -C geckodriver - - name: Checkout uses: actions/checkout@v3