Skip to content

Commit

Permalink
Ensure fluid dir is copied to pykingas.
Browse files Browse the repository at this point in the history
  • Loading branch information
vegardjervell committed Jul 29, 2024
1 parent 301e3bd commit f1c70ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
CIBW_ENVIRONMENT_LINUX: CXXFLAGS='-fconcepts'
CIBW_BUILD_VERBOSITY_WINDOWS: 2
CIBW_BEFORE_BUILD: "! [ -d pykingas/fluids ] && cp -R fluids pykingas"
CIBW_BUILD: "*cp310*"
with:
package-dir: .
Expand Down

0 comments on commit f1c70ac

Please sign in to comment.