Use USD asset resolution for reading image metadata #60
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: USD v23.11 | |
on: | |
push: | |
paths-ignore: | |
- '**.md' | |
pull_request: | |
paths-ignore: | |
- '**.md' | |
jobs: | |
run-tests: | |
name: Run Tests for USD v23.11 | |
uses: ./.github/workflows/run-tests.yml | |
with: | |
usd-version: 23.11 |