Skip to content

Commit

Permalink
Path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Dec 8, 2023
1 parent 055bd0e commit f7697b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
platform: [windows-latest, macos-latest, ubuntu-latest]
python-version: ["3.1", "3.7", "3.11"]
python-version: ["3.5", "3.7", "3.11"]

runs-on: ${{ matrix.platform }}

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ add_subdirectory(thirdparty/pybind11)

include_directories(include)
include_directories(thirdparty/cpp-oasvalidator/include)
include_directories(thirdparty/cpp-oasvalidator/thirdparty/rapidjson/include)
include_directories(thirdparty/cpp-oasvalidator/thirdparty/cpp-oasvalidator/rapidjson/include)

# Recursively collect all .cpp files from the cpp-oasvalidator source
file(GLOB_RECURSE CPP_OASVALIDATOR_SRC
Expand Down

0 comments on commit f7697b1

Please sign in to comment.