Skip to content

Commit

Permalink
ci: Don't require version check for tests
Browse files Browse the repository at this point in the history
An oversight from #55, as it meant that tests weren't being run.
  • Loading branch information
jesse-c committed Jul 22, 2024
1 parent 8c3b0f7 commit 8cd1015
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
[
precommit-checks,
fixme-checks,
package-version-checks,
placeholder-version-checks,
]
steps:
Expand Down
2 changes: 1 addition & 1 deletion src/cpr_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_MAJOR = "1"
_MINOR = "1"
_PATCH = "7"
_PATCH = "8"
_SUFFIX = ""

VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)
Expand Down

0 comments on commit 8cd1015

Please sign in to comment.