Skip to content

Commit

Permalink
updated pyproject.toml and build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BolunDai0216 committed Oct 22, 2024
1 parent 1309a10 commit 05b9900
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
--build-arg PYTHON_VERSION=${{ matrix.python-version }} \
--tag minigrid-docker .
- name: Run tests
run: docker run minigrid-docker pytest
run: docker run minigrid-docker pytest --ignore tests/test_wfc
- name: Run doctest
run: docker run minigrid-docker pytest --doctest-modules minigrid/
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ Repository = "https://minigrid.farama.org/"
Documentation = "https://minigrid.farama.org/"
"Bug Report" = "https://github.com/Farama-Foundation/Minigrid/issues"

[project.entry-points."gymnasium.envs"]
__root__ = "minigrid.__init__:register_minigrid_envs"

[tool.setuptools]
include-package-data = true

Expand Down

0 comments on commit 05b9900

Please sign in to comment.