Skip to content

Commit dbd6e6d

Browse files
Update .github/workflows/tidy3d-extras-python-client-tests-integration.yml
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent de0292a commit dbd6e6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tidy3d-extras-python-client-tests-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
export SIMCLOUD_APIKEY=${{ secrets.TIDY3D_API_KEY }}
165165
poetry run tidy3d configure --apikey ${{ secrets.TIDY3D_API_KEY }}
166166
poetry run pytest --cov=tidy3d -rF --tb=short tests/_test_data/_test_datasets_no_vtk.py
167-
poetry run pytest --cov=tidy3d -rF --tb=short tests
167+
poetry run pytest --cov=tidy3d -rF --tb=short --ignore=tests/_test_tidy3d_extras_license.py tests
168168
poetry run coverage report -m
169169
TOTAL_COVERAGE=$(poetry run coverage report --format=total)
170170
echo "total=$TOTAL_COVERAGE" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)