Skip to content

Commit

Permalink
fix style issue changed to string in python_version
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjusher committed Mar 5, 2024
1 parent 64347d6 commit c92f63c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.9,3.10,3.11]
python-version: ["3.9","3.10","3.11"]
steps:
- uses: ansys/actions/build-wheelhouse@v5
with:
Expand All @@ -59,7 +59,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.9,3.10,3.11]
python-version: ["3.9","3.10","3.11"]
fail-fast: false
steps:
- uses: ansys/actions/tests-pytest@v5
Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Install the library
git clone https://github.com/ansys-internal/pyconceptev-core
#. Install poetry following your preferred route. See https://python-poetry.org/docs/#installation for example using pipx:
#. Install poetry following your preferred route. See https://python-poetry.org/docs/#installation for example using `pipx`:

.. code:: bash
Expand Down

0 comments on commit c92f63c

Please sign in to comment.