Skip to content

Commit

Permalink
Use qibojit pre-release on workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 committed Nov 7, 2021
1 parent f4a9c98 commit f5f0e9f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ jobs:
python -m pip install --upgrade pip
pip install pytest-cov
pip install .[tests,docs]
pip install qibotf
pip install qibojit
pip install qibotf --pre
pip install qibojit --pre
- name: Install package on Windows
if: startsWith(matrix.os, 'windows')
run: |
python -m pip install --upgrade pip
pip install pytest-cov
pip install .[qibojit,tests,docs]
pip install qibojit --pre
pip install .[tests,docs]
- name: Test with pylint
run: |
pip install pylint
Expand Down

0 comments on commit f5f0e9f

Please sign in to comment.