We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46def0 commit 65e941bCopy full SHA for 65e941b
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Set up Python 3.10
10
uses: actions/setup-python@v2
11
with:
12
- python-version: 3.10
+ python-version: '3.10'
13
- name: Install dependencies
14
run: pip install -r requirements.txt
15
- name: Run tests and collect coverage
0 commit comments