Skip to content

Migrate project from pytools to poetry. #1384

Migrate project from pytools to poetry.

Migrate project from pytools to poetry. #1384

Workflow file for this run

name: Unified Release
on: [push, pull_request]
jobs:
assemble:
name: Assemble
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
stack_version: ['2.3.2']
steps:
- name: Checkout
uses: actions/checkout@v2
- run: "./.ci/make.sh assemble ${{ matrix.stack_version }}"
name: Assemble ${{ matrix.stack_version }}