Skip to content

Commit

Permalink
fixup deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Jun 13, 2023
1 parent 3447fae commit 6cd7580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
key: ${{ runner.os }}-pip-${{ matrix.python-version }}

- name: Install python dependencies
run: pip install -U setuptools wheel twine cibuildwheel platformdirs
run: pip install -U build setuptools wheel twine cibuildwheel platformdirs

- name: Display cibuildwheel cache dir
id: cibuildwheel-cache
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
CIBW_BEFORE_BUILD_LINUX: >
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=stable --profile=minimal -y &&
rustup show
CIBW_TEST_COMMAND: 'pytest {project}/atomic_counter/tests'
CIBW_TEST_COMMAND: 'pytest {project}/finance_enums/tests'
CIBW_TEST_REQUIRES: pytest pytest-cov
CIBW_TEST_SKIP: '*-macosx_arm64 *-macosx_universal2:arm64'
CIBW_BUILD_VERBOSITY: 1
Expand Down
Empty file removed finance_enums/tests/__init__.py
Empty file.

0 comments on commit 6cd7580

Please sign in to comment.