chore: fix release action

This commit is contained in:
Umut
2022-09-08 12:12:08 +03:00
parent a307300d00
commit ba2d886295

View File

@@ -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