Skip to content

Bump squeaky from 0.7.0 to 0.7.1 in /scripts/nb-tester #223

Bump squeaky from 0.7.0 to 0.7.1 in /scripts/nb-tester

Bump squeaky from 0.7.0 to 0.7.1 in /scripts/nb-tester #223

Workflow file for this run

# This code is a Qiskit project.
#
# (C) Copyright IBM 2025.
#
# This code is licensed under the Apache License, Version 2.0. You may
# obtain a copy of this license in the LICENSE file in the root directory
# of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.
#
# Any modifications or derivative works of this code must retain this
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.
name: Test tooling
on:
pull_request:
paths:
- scripts/image-tester/**
- scripts/nb-tester/**
- scripts/notebook-normalizer/**
- scripts/tool_runner/**
jobs:
test_tooling:
name: Test tooling
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
if: github.repository_owner == 'Qiskit'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Test packages
run: tox -e tests