Skip to content

Commit

Permalink
CI: fix version string
Browse files Browse the repository at this point in the history
Signed-off-by: ko-zu <[email protected]>
  • Loading branch information
ko-zu committed Jun 18, 2024
1 parent f7b5e2c commit c7a4368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/citest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python 3.5
uses: actions/setup-python@v5
with:
python-version: 3.5
python-version: "3.5"
env:
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
# workaround for certificate incompatibility
Expand Down

0 comments on commit c7a4368

Please sign in to comment.