File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v2
1818 - uses : actions/setup-python@v2
1919 with :
20- python-version : 3.7.7
20+ python-version : 3.7.17
2121 - name : Install dependencies
2222 run : |
2323 python -m pip install --upgrade pip
4444 - uses : actions/checkout@v2
4545 - uses : actions/setup-python@v2
4646 with :
47- python-version : 3.7.7
47+ python-version : 3.7.17
4848 - name : Install dependencies
4949 run : |
5050 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v2
1414 - uses : actions/setup-python@v5.0.0
1515 with :
16- python-version : 3.7.7
16+ python-version : 3.7.17
1717 - name : Install dependencies
1818 run : |
1919 sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
You can’t perform that action at this time.
0 commit comments