Skip to content

Fix: (In dataset creation tutorial) Register PointMaze_Medium-v3 and … #947

Fix: (In dataset creation tutorial) Register PointMaze_Medium-v3 and …

Fix: (In dataset creation tutorial) Register PointMaze_Medium-v3 and … #947

Workflow file for this run

name: build
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
docker build -f bin/Dockerfile \
--build-arg PYTHON_VERSION=3.12 \
--tag minari-docker .
- name: Run tests
run: docker run minari-docker pytest tests/* -k "not test_docs.py and not integrations"