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