Skip to content

Commit

Permalink
Revert package test changes until upgrades released to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenOman committed May 11, 2024
1 parent f0704d2 commit bdb3a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
run: "pip install nle"
- name: Check nethack is installed
run: |
python -c 'import nle; import gymnasium as gym; e = gym.make("NetHack-v0"); e.reset(); e.step(0)'
python -c 'import nle; import gym; e = gym.make("NetHack-v0"); e.reset(); e.step(0)'

0 comments on commit bdb3a61

Please sign in to comment.