Skip to content

Commit

Permalink
update xcm script entrypoints (#2042)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav authored Sep 25, 2023
1 parent 2ebcf44 commit 0520b92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_xcm_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 0520b92

Please sign in to comment.