This website works better with JavaScript.
Home
Explore
Help
Sign In
COVID-19
/
covid19-data
mirror of
https://github.com/gmarxcc/covid-19
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Use python version 3.6.10 since the previous one isn't available in gh actions.
master
anuveyatsu
4 years ago
parent
8ca3ead5be
commit
96eae7c234
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/actions.yml
+ 1
- 1
.github/workflows/actions.yml
View File
@ -11,7 +11,7 @@ jobs:
-
name
:
Build the data and create local changes
uses
:
actions/setup-python@v1
with:
python-version
:
'3.6.
2
'
python-version
:
'3.6.
10
'
architecture
:
x64
-
run
:
|
pip install -r requirements.txt
Write
Preview
Loading…
Cancel
Save