aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Rohit Goswami <rgoswami@ieee.org>2020-06-10 02:23:27 +0000
committerLibravatar Rohit Goswami <rgoswami@ieee.org>2020-06-10 02:23:27 +0000
commit5a4937155d86951b300486a92700951822c5b007 (patch)
tree11d64b9dc19108fc4203194910f50fd1964597c6
parent5384f5ddac26a11329218169bcb01234c1cbaa80 (diff)
workflow: use poetry
-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: