diff options
| author | 2020-06-14 00:38:49 +0000 | |
|---|---|---|
| committer | 2020-06-14 00:38:49 +0000 | |
| commit | 096d7f4f804534b97eed88db84806b8e5d20041e (patch) | |
| tree | 7900b9cc3a6dd3d3fb74c062cc2c289219a6fc5b | |
| parent | 5a4937155d86951b300486a92700951822c5b007 (diff) | |
workflows: Try a poetry action
| -rw-r--r-- | .github/workflows/update.yml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index cb3eac3..37876bd 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -6,14 +6,12 @@ jobs: run: runs-on: ubuntu-latest steps: - - name: Set up Python - uses: actions/setup-python@v1 + - name: Set up Poetry + uses: abatilo/actions-poetry@v1.5.0 with: - python-version: 3.8 - - name: Upgrade pip - run: python -m pip install --upgrade pip - - name: Install pybase16 - run: pip install poetry && poetry install + python-version: 3.8.0 + poetry_version: 1.0 + args: install - name: Fetch the repository code uses: actions/checkout@v2 - name: Run make |
