We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f912c commit 750f126Copy full SHA for 750f126
.github/workflows/django.yml
@@ -17,15 +17,15 @@ jobs:
17
strategy:
18
max-parallel: 4
19
matrix:
20
- python-version: [3.8, 3.9, 3.10]
+ python-version: ['3.8', '3.9', '3.10']
21
22
steps:
23
- uses: actions/checkout@v2
24
- name: Copy settings file
25
run: |
26
cp oauth_settings.example.yml oauth_settings.yml
27
- name: Set up Python ${{ matrix.python-version }}
28
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
29
with:
30
python-version: ${{ matrix.python-version }}
31
- name: Install Dependencies
0 commit comments