Skip to content

Commit

Permalink
[ci] remove old tests, add specific pip installs during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mc-Zen committed Feb 18, 2024
1 parent bb25afe commit 45524f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 42 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/python-package.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python package
name: Tests

on:
push:
Expand All @@ -27,7 +27,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
# pip install .
pip install numpy==1.22
pip install qiskit==0.45.0
pip install qiskit-aer==0.12.1
- name: Test with unittest
run: |
Expand Down

0 comments on commit 45524f6

Please sign in to comment.