Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
joenorton committed Jan 31, 2025
1 parent 4bf99d3 commit b61bb23
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 127 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ".[test]"
- name: Run tests
run: |
pytest
2 changes: 1 addition & 1 deletion reasoning_gym/games/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"GameOfLifeConfig",
"GameOfLifeDataset",
"HanoiConfig",
"HanoiDataset"
"HanoiDataset",
]
Loading

0 comments on commit b61bb23

Please sign in to comment.