Content-Length: 194450 | pFad | http://github.com/parea-ai/parea-sdk-py/actions/runs/12968236317/workflow

33 Merge pull request #1130 from parea-ai/fix-no-raise-on-project-set-error · parea-ai/parea-sdk-py@5d3a879 · GitHub
Skip to content

Merge pull request #1130 from parea-ai/fix-no-raise-on-project-set-error #4019

Merge pull request #1130 from parea-ai/fix-no-raise-on-project-set-error

Merge pull request #1130 from parea-ai/fix-no-raise-on-project-set-error #4019

Workflow file for this run

name: build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.11" ]
steps:
- uses: actions/checkout@v4.2.2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
virtualenvs-path: .venv
installer-parallel: true
- name: Load cached venv
id: cached-poetry-dependencies
uses: actions/cache@v4
with:
path: .venv
key: venv-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root
- name: Run style checks
run: |
make check-codestyle
- name: Run tests
run: |
make test








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/parea-ai/parea-sdk-py/actions/runs/12968236317/workflow

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy