Skip to content

Commit

Permalink
Fix CI (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd authored Jan 4, 2024
1 parent 7407164 commit 6f4f024
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
NIKOLA_DEPLOY: python.ec
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install requirements
run: |
python3 -m pip install --upgrade pip
python3 -m pip install nox
python -m pip install --upgrade pip
python -m pip install nox
- name: Tests
run: python -m nox -s tests
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nikola[extras]==8.2.3
nikola[extras]==8.2.4

0 comments on commit 6f4f024

Please sign in to comment.