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 5888b5f commit a505c2cCopy full SHA for a505c2c
.github/workflows/python-package-conda.yml
@@ -66,15 +66,15 @@ jobs:
66
pytest --cov-config=.coveragerc --cov-report=xml --cov=pymatsolver -s -v
67
68
- name: Test Documentation
69
- if: ${{ matrix.os == 'ubuntu-latest' }} and ${{ env.PYTHON_VERSION == "3.11"}}
+ if: ${{ matrix.os == 'ubuntu-latest' }} and ${{ env.PYTHON_VERSION == '3.11'}}
70
run: |
71
pip install -r requirements_docs.txt
72
cd docs
73
make html
74
cd ..
75
76
- name: Upload coverage
77
78
uses: codecov/codecov-action@v4
79
with:
80
verbose: true # optional (default = false)
0 commit comments