Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
services:
mssql:
image: mcr.microsoft.com/mssql/server:2022-CU15-ubuntu-22.04
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
coveralls:
name: Finish Coveralls
needs: test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Finished
run: |
Expand Down
1 change: 0 additions & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ We encourage documentation improvements.

Please before making a Pull Request about documentation changes run::

$ pip install --group docs
$ make docs

Once it finishes it will output the index html page
Expand Down
Loading
Loading