Skip to content

fix: replaced ^ 1 with ~ #727

fix: replaced ^ 1 with ~

fix: replaced ^ 1 with ~ #727

Workflow file for this run

# A single CI script with github workflow
name: Tests
on:
push:
merge_group:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.9, '3.10', '3.11']
uses: qiboteam/workflows/.github/workflows/rules-poetry.yml@main
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
poetry-extras: --with test
secrets: inherit