We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c3726 commit 2ee8f64Copy full SHA for 2ee8f64
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
pytest --cov=tensorcircuit --cov-report=xml -svv --benchmark-skip
38
- name: Upload coverage to Codecov
39
- if: matrix.os == 'ubuntu-20.04'
+ if: matrix.os == 'ubuntu-22.04'
40
uses: codecov/codecov-action@v2
41
with:
42
verbose: true
0 commit comments