Skip to content

Commit

Permalink
Added quotes around versions in pythonpackage.yml per actions/setup-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffshurtliff committed Oct 11, 2021
1 parent 2f4f06e commit 37a20e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ['3.6', '3.7', '3.8', '3.9']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ Changes to the :doc:`supporting modules <supporting-modules>`.
General
-------
* Updated the GitHub issue template ``.github/ISSUE_TEMPLATE/bug_report.md`` to be more intuitive.
* Added quotes in pythonpackage.yml to avoid issue referenced in
`actions/setup-python#160 <https://github.com/actions/setup-python/issues/160>`_.

Fixed
=====
Expand Down

0 comments on commit 37a20e7

Please sign in to comment.