Skip to content

Commit

Permalink
Fix pre-commit failed checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch committed Sep 7, 2023
1 parent fb1f4a7 commit 4dffb9d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install_and_test_wheel.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python3 -c "import sys; print('Python', sys.version)"
PYTHON_VERSION=$(python3 -c "import sys; print('{}{}'.format(sys.version_info.major, sys.version_info.minor))")
PYTHON_WHEEL=$(ls wheelhouse/vizdoom-*-cp${PYTHON_VERSION}-cp${PYTHON_VERSION}*.whl)

# Updgrade pip and install test deps
# Updgrad pip and install test deps
python3 -m pip install --upgrade pip
python3 -m pip install pytest psutil

Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

This directory contains the tests for the project that can be run with pytest or by running the `test_*.py` or `manual_test_*.py` files directly.
Manual tests require significant amount of time, so they are not run by default by CI/CD.
The `build_test_*.sh` scripts test the build process of the project under different distrubutions and enviroments. To run them docker and cibuildwheels is required.
The `build_test_*.sh` scripts test the build process of the project under different distributions and environments. To run them docker and cibuildwheels is required.
Empty file modified tests/build_test_cibuildwheel_linux.sh
100644 → 100755
Empty file.

0 comments on commit 4dffb9d

Please sign in to comment.