aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/update.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/update.yml')
-rw-r--r--.github/workflows/update.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml
index aed0bdc..cb3eac3 100644
--- a/.github/workflows/update.yml
+++ b/.github/workflows/update.yml
@@ -13,11 +13,11 @@ jobs:
- name: Upgrade pip
run: python -m pip install --upgrade pip
- name: Install pybase16
- run: pip install pybase16-builder
+ run: pip install poetry && poetry install
- name: Fetch the repository code
uses: actions/checkout@v2
- name: Run make
- run: make
+ run: poetry run make
- name: Commit the changes, if any
uses: stefanzweifel/git-auto-commit-action@v4.1.1
with: