From 0520b922d4d1c2018763441fe9df16cb7db23afe Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:27:05 +0300 Subject: [PATCH] update xcm script entrypoints (#2042) --- .github/workflows/update_xcm_data.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_xcm_data.yaml b/.github/workflows/update_xcm_data.yaml index ca34047e7..f852bc3fe 100644 --- a/.github/workflows/update_xcm_data.yaml +++ b/.github/workflows/update_xcm_data.yaml @@ -46,12 +46,12 @@ jobs: - name: ⚙️ Install dependencies run: | cd ./support - pip install -r ./requirements.txt + make install - name: 🦾 Generate new xcm coefficients run: | cd ./support - python nova-utils/update_xcm_data.py + make update-xcm - name: Move generated file run: | @@ -77,7 +77,7 @@ jobs: pr-title: 🆙 Update XCM coefficients for ${{ env.ENVIRONMENT }} env pr-body: This PR was generated automatically 🤖 pr-base: master - + alert: runs-on: ubuntu-latest needs: update-xcm