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
2 changes: 2 additions & 0 deletions .github/workflows/ail_framework_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,18 +219,19 @@ 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
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)
Expand Down
Loading