Skip to content

Commit

Permalink
Merge branch 'main' into gltf
Browse files Browse the repository at this point in the history
  • Loading branch information
justbuchanan committed Oct 20, 2023
2 parents e947afc + 3eccc88 commit 0e12099
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cq-cli

[![tests](https://github.com/CadQuery/cq-cli/workflows/tests/badge.svg)](https://github.com/CadQuery/cq-cli/actions)
[![tests](https://github.com/CadQuery/cq-cli/actions/workflows/check-commit-actions.yml/badge.svg)](https://github.com/CadQuery/cq-cli/actions)

## Contents

Expand Down
2 changes: 2 additions & 0 deletions tests/test_gltf_codec.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import pytest
import tests.test_helpers as helpers

@pytest.mark.skip(reason="Waiting on #1414 on the CadQuery repo to be merged to finish this")
def test_gltf_codec():
"""
Basic test of the GLTF codec plugin.
Expand Down

0 comments on commit 0e12099

Please sign in to comment.