Skip to content

Commit

Permalink
fix standalone coverage checks for version bumps (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
richrines1 authored Apr 18, 2024
1 parent 985625e commit ce310ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
run: |
min_versions=$(sed ${{ matrix.type }}/*requirements.txt -e 's/[~>]=\([0-9]\)/==\1/')
python -m pip install --upgrade pip
pip install ${{ matrix.dependencies }} $min_versions
pip install -e ./checks-superstaq ${{ matrix.dependencies }} $min_versions
- name: Coverage check
run: |
checks/coverage_.py ${{ matrix.type }}
Expand Down

0 comments on commit ce310ba

Please sign in to comment.