Skip to content

Commit a505c2c

Browse files
committed
single quotes...
1 parent 5888b5f commit a505c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ jobs:
6666
pytest --cov-config=.coveragerc --cov-report=xml --cov=pymatsolver -s -v
6767
6868
- name: Test Documentation
69-
if: ${{ matrix.os == 'ubuntu-latest' }} and ${{ env.PYTHON_VERSION == "3.11"}}
69+
if: ${{ matrix.os == 'ubuntu-latest' }} and ${{ env.PYTHON_VERSION == '3.11'}}
7070
run: |
7171
pip install -r requirements_docs.txt
7272
cd docs
7373
make html
7474
cd ..
7575
7676
- name: Upload coverage
77-
if: ${{ matrix.os == 'ubuntu-latest' }} and ${{ env.PYTHON_VERSION == "3.11"}}
77+
if: ${{ matrix.os == 'ubuntu-latest' }} and ${{ env.PYTHON_VERSION == '3.11'}}
7878
uses: codecov/codecov-action@v4
7979
with:
8080
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)