Skip to content

Commit

Permalink
fixed an oopsie in requirements.txt name
Browse files Browse the repository at this point in the history
  • Loading branch information
oddbookworm committed Jan 29, 2024
1 parent d41ff16 commit 35a94e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- CIBW_SKIP: '*-musllinux_*'
- CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014_base_aarch64
- CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: manylinux2014_base_aarch64
- CIBW_BEFORE_BUILD: pip install -r requirements.txt && python setup.py docs
- CIBW_BEFORE_BUILD: pip install -r requirements-dev.txt && python setup.py docs
- CIBW_TEST_COMMAND: python -m pygame.tests -v --exclude opengl,music,timing --time_out 300
- CIBW_BUILD_VERBOSITY: 2

Expand Down

0 comments on commit 35a94e7

Please sign in to comment.