Skip to content

rm Orts2024 test

rm Orts2024 test #153

Workflow file for this run

name: Continuous integration
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pytest-ubuntu:
name: Tests (Ubuntu)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v5
with:
python-version: 3.12
architecture: 'x64'
- name: Install requirements
run: |
pip install pytest
pip install qsharp
- name: Run tests
run: pytest