diff --git a/.github/workflows/ail_framework_test.yml b/.github/workflows/ail_framework_test.yml index b8185ceb..a1abdf90 100644 --- a/.github/workflows/ail_framework_test.yml +++ b/.github/workflows/ail_framework_test.yml @@ -15,6 +15,8 @@ jobs: # This workflow contains a single job called "build" ail_test: # The type of runner that the job will run on + # Specifying -latest as a feature: when the version bumps, if it breaks the CI, + # it'll be a nudge to fix what broke & add the new Ubuntu version supported runs-on: ubuntu-latest # TODO: Matrix strategy for Python versions is defined but never used. diff --git a/README.md b/README.md index ca2def9e..8ae6cf8b 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ git clone https://github.com/ail-project/ail-framework.git cd ail-framework git submodule update --init --recursive -# Install dependencies on Debian/Ubuntu-based distributions +# Install dependencies on Ubuntu ./installing_deps.sh # Start AIL @@ -227,10 +227,11 @@ cd bin ./LAUNCH.sh -l ``` -The default [installing_deps.sh](./installing_deps.sh) script targets Debian and Ubuntu based distributions. +The default [installing_deps.sh](./installing_deps.sh) script is only tested on Ubuntu. ### Requirements +- Ubuntu 24.04 - Python 3.8+ [How to size the hardware requirements for AIL?](https://ail-project.org/faq.html)