Skip to content

69 perf async operations in parallel wherever possible #19

69 perf async operations in parallel wherever possible

69 perf async operations in parallel wherever possible #19

Workflow file for this run

name: Develop Branch Action
on:
pull_request_target:
types:
- opened
branches:
- main
paths:
- 'unoplat-code-confluence/**'
jobs:
prepare-matrix:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ GITHUB.HEAD_REF }}
- name: Install python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: Gr1N/setup-poetry@v8
with:
poetry-version: "1.8.3"
- name: Check poetry version
run: poetry --version
- name: Install dependencies
working-directory: unoplat-code-confluence
run: poetry install --no-root
- name: Build poetry
working-directory: unoplat-code-confluence
run: poetry build -f wheel