Skip to content

Use original Postgres service in Github CI #1082

Use original Postgres service in Github CI

Use original Postgres service in Github CI #1082

Workflow file for this run

name: pip_install
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
tests:
name: "Python ${{ matrix.python-version }}"
runs-on: ubuntu-22.04
timeout-minutes: 30
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
- name: Install package
run: pip install -e .
- name: Call fractal
run: fractal -h