diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index cc93af2a9..709daaf14 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -23,6 +23,8 @@ env: IS_WEEKLY: ${{ github.event_name == 'schedule' }} IS_RELEASE: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }} IS_PUSH_TO_MAIN: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} + AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache + RUNNER_TOOL_CACHE: /opt/hostedtoolcache jobs: matrix-preparation: @@ -537,7 +539,7 @@ jobs: # remove graphviz installs which are only required for the actual package and not dev tools - name: Install dependencies run: | - sudo apt-get install --no-install-recommends -y graphviz* + sudo apt-get install --no-install-recommends -y gnome-keyring python -m pip install --upgrade pip python -m pip install poetry make setup_env