diff --git a/.github/workflows/no-op.yml b/.github/workflows/no-op.yml index 2dbd82eb384d..9cc9e8bec337 100644 --- a/.github/workflows/no-op.yml +++ b/.github/workflows/no-op.yml @@ -45,7 +45,7 @@ jobs: python-lint: strategy: matrix: - python-version: ["3.9"] + python-version: ["3.9", "3.10"] runs-on: ubuntu-latest steps: - name: No-op for python-lint @@ -55,7 +55,7 @@ jobs: test-postgres-hive: strategy: matrix: - python-version: ["3.9"] + python-version: ["3.9", "3.10"] runs-on: ubuntu-latest steps: - name: No-op for frontend-build @@ -65,7 +65,7 @@ jobs: test-postgres-presto: strategy: matrix: - python-version: ["3.9"] + python-version: ["3.9", "3.10"] runs-on: ubuntu-latest steps: - name: No-op for frontend-build @@ -75,7 +75,7 @@ jobs: unit-tests: strategy: matrix: - python-version: ["3.9"] + python-version: ["3.9", "3.10"] runs-on: ubuntu-latest steps: - name: No-op for frontend-build diff --git a/Dockerfile b/Dockerfile index 61b16677e197..562046224a20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -119,6 +119,7 @@ RUN apt-get update -qq \ libasound2 \ libxtst6 \ wget \ + pkg-config \ # Install GeckoDriver WebDriver && wget -q https://github.com/mozilla/geckodriver/releases/download/${GECKODRIVER_VERSION}/geckodriver-${GECKODRIVER_VERSION}-linux64.tar.gz -O - | tar xfz - -C /usr/local/bin \ # Install Firefox