mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-02-14 05:41:35 -05:00
use Python 3.10 for CI
This commit is contained in:
parent
84df782352
commit
5041ae9bf5
4
.github/workflows/nginx.yml
vendored
4
.github/workflows/nginx.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.10'
|
||||||
cache: 'pip'
|
cache: pip
|
||||||
- run: pip install -r requirements.txt
|
- run: pip install -r requirements.txt
|
||||||
- run: gixy nginx/nginx.conf
|
- run: gixy nginx/nginx.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user