Skip to content

Commit

Permalink
foxy is EOL (#12)
Browse files Browse the repository at this point in the history
* foxy is eol

---------

Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 authored Nov 20, 2023
1 parent 62cc067 commit ddb7568
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/industrial_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# ROS_DISTRO: [foxy, humble, rolling]
ROS_DISTRO: [foxy, humble, iron, rolling]
ROS_DISTRO: [humble, iron, rolling]
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.ROS_DISTRO }}
Expand Down
1 change: 0 additions & 1 deletion bt_live/src/bt_live/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
https://docs.djangoproject.com/en/4.2/ref/settings/
"""

import os
from pathlib import Path

# Build paths inside the project like this: BASE_DIR / 'subdir'.
Expand Down

0 comments on commit ddb7568

Please sign in to comment.