Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
y-richie-y committed Nov 14, 2023
1 parent 3a546cd commit 73d1191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build_linux_wheels:
name: build linux wheels
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
PY_VERS: cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312
steps:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
python-version: '3.11'
- name: build wheel (3.11)
run: .github/workflows/macosbuildwheel
- name: set up python 3.12
- name: set up python 3.12
uses: actions/setup-python@v2
with:
python-version: '3.12'
Expand Down
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ add_subdirectory(src)

add_subdirectory(cryptomite)

if(BUILD_TESTING)
add_subdirectory(test)
endif()

0 comments on commit 73d1191

Please sign in to comment.