Skip to content

[auto] Update dependencies in poetry.lock #701

[auto] Update dependencies in poetry.lock

[auto] Update dependencies in poetry.lock #701

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.9", "3.10", "3.11"]
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