Skip to content

Commit d86f630

Browse files
committed
Dropped support for training BC / RL policies
1 parent 9f15bf0 commit d86f630

5 files changed

Lines changed: 571 additions & 1297 deletions

File tree

.github/workflows/pythontests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
uv venv
1919
source .venv/bin/activate
20-
uv pip install -e .[harl]
20+
uv pip install -e .
2121
- name: Run tests
2222
run: |
2323
source .venv/bin/activate
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup # needs -e flag for coverage tests to work
4343
run: |
4444
source .venv/bin/activate
45-
uv pip install -e ".[harl]"
45+
uv pip install -e .
4646
- name: Run tests and generate coverage report
4747
run: |
4848
source .venv/bin/activate

0 commit comments

Comments
 (0)