Skip to content

Upgrade to Python 3.12 and Qiskit 1.0 #89

Upgrade to Python 3.12 and Qiskit 1.0

Upgrade to Python 3.12 and Qiskit 1.0 #89

Workflow file for this run

name: PR CI
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Log in to Docker Hub
run: docker login -u ${{secrets.DOCKERHUB_USER}} -p ${{secrets.DOCKERHUB_PASSWORD}}
- name: Check the Dockerfiles
run: ./check_docker.sh
- name: Build the Docker images
run: ./build_docker.sh
- name: Push the dev images
run: ./push_docker_dev.sh
- name: Clean up
run: ./clean_docker.sh