Skip to content

Commit

Permalink
fix(ci): fix many tests by setting a default version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Mar 26, 2024
1 parent db12326 commit 070e4d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ on:
- push
- workflow_call

# Since we don't checkout the full history, set a default version so
# certain tests (pep440, update_schema) will still function. NOTE:
# This **must** match the version of the JSON schema file in
# g2p/mappings/.schema!!!
env:
SETUPTOOLS_SCM_PRETEND_VERSION: "2.0"

jobs:
test-all-on-linux:
# This is our main test job, exercising everything and uploading to coverage
Expand Down

0 comments on commit 070e4d1

Please sign in to comment.