mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-10-01 04:45:34 -04: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/setup-python@v2
|
||||
with:
|
||||
python-version: '3.9'
|
||||
cache: 'pip'
|
||||
python-version: '3.10'
|
||||
cache: pip
|
||||
- run: pip install -r requirements.txt
|
||||
- run: gixy nginx/nginx.conf
|
||||
|
Loading…
Reference in New Issue
Block a user