diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4688300..aec42f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest env: GITHUB_EVENT_NAME: ${{ github.event_name }} strategy: @@ -16,9 +16,9 @@ jobs: matrix: include: - os: ubuntu-latest - python: "3.10" + python: "3.12" - os: ubuntu-latest - python: "3.10" + python: "3.12" pip-flags: "--pre" timeout-minutes: 15 diff --git a/ourprojects/__init__.py b/ourprojects/__init__.py index 36bf4bd..748d0f6 100644 --- a/ourprojects/__init__.py +++ b/ourprojects/__init__.py @@ -1,4 +1,4 @@ -"""Manage projects & teams [`source <https://github.com/laminlabs/ourprojects/blob/main/ourprojects/models.py>`__]. +"""Manage projects & teams. Install and mount `ourprojects` in a new instance: