CadQuery / cq-cli

Command Line Interface for executing CadQuery scripts and converting their output to another format.
Apache License 2.0
21 stars 7 forks source link

Fixing tests related to repo restructuring #24

Closed justbuchanan closed 1 year ago

justbuchanan commented 1 year ago

This PR is just a small addition to https://github.com/CadQuery/cq-cli/pull/23. I'm opening it to get some feedback from GitHub actions and see if test fixes are working.

@jmwright if this PR is helpful, feel free to just merge this into #23 and close it.

Notes:

justbuchanan commented 1 year ago

Ok, everything passes now on windows and linux, but not macos.

justbuchanan commented 1 year ago

The tests are passing on linux and windows, but macos gives us:

import cadquery as cq
ImportError: No module named cadquery
jmwright commented 1 year ago

The MacOS runner has been a pain on this repo for some reason. You can just take it out of the matrix for now and I'll fix it later. Thanks

jmwright commented 1 year ago

Actually, I'll just merge this and disable MaxOS. Thanks for fixing the tests.

jmwright commented 1 year ago

All green now on the restructure branch. Thanks @justbuchanan !