Skip to content

Commit

Permalink
Troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
openvmp committed Nov 4, 2024
1 parent 5c6dbca commit 0e35e02
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 82 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U pytest
pip install -r partcad/requirements.txt && \
pip install svglib rlPyCairo renderlab # Install a subset of CLI dependencies, that are required for tests
# Install all core and a subset of CLI dependencies, that are required for tests
pip install -r partcad/requirements.txt && pip install svglib rlPyCairo renderlab
- name: Install OS-specific dependencies (Linux)
if: runner.os == 'Linux'
run: |
Expand Down
94 changes: 47 additions & 47 deletions examples/produce_assembly_assy/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0e35e02

Please sign in to comment.