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 7407164 commit 6f4f024Copy full SHA for 6f4f024
.github/workflows/ci.yaml
@@ -7,19 +7,19 @@ on:
7
8
jobs:
9
build:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
11
env:
12
NIKOLA_DEPLOY: python.ec
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
15
- name: Setup Python
16
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
17
with:
18
python-version: '3.10'
19
- name: Install requirements
20
run: |
21
- python3 -m pip install --upgrade pip
22
- python3 -m pip install nox
+ python -m pip install --upgrade pip
+ python -m pip install nox
23
- name: Tests
24
run: python -m nox -s tests
25
- name: Lint
requirements.txt
@@ -1 +1 @@
1
-nikola[extras]==8.2.3
+nikola[extras]==8.2.4
0 commit comments