Skip to content

feat: add ordering column to objectives #124

feat: add ordering column to objectives

feat: add ordering column to objectives #124

name: Pass tests before merge to main branch
permissions: {}
on:
pull_request:
branches:
- main
jobs:
run-pytest:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: "3.11"
- name: Install poetry
run: |
python -m pip install --upgrade pip
pip install poetry
- name: Install dependencies
working-directory: PrismaFastApi
run: |
poetry install