Skip to content

Commit 3fdf163

Browse files
authored
ENH: Versions as strings, not numbers, so that 3.1 != 3.10, etc. (#385)
Signed-off-by: Lee Newberg <[email protected]> Signed-off-by: Lee Newberg <[email protected]>
1 parent 9943299 commit 3fdf163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python 3.7
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: 3.7
20+
python-version: "3.7"
2121
- name: Setup Dev Environment
2222
run: |
2323
pip install virtualenv

0 commit comments

Comments
 (0)