Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jvasquezrojas committed Aug 26, 2024
1 parent 4064ad2 commit 04e4677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* Fix error handling and improve messaging when no artifacts provided.
* Improved error message for incompatible parameters.
* Fixed SQL error when running `snow app version create` and `snow app version drop` with a version name that isn't a valid Snowflake unquoted identifier

* Fix git execute with directory with upper case was not working.

# v2.8.0
## Backward incompatibility
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pre-install-commands = [
features = ["development"]

[tool.hatch.envs.integration.scripts]
test = ["python scripts/run_tests_with_retry.py Integration -m integration -n6 --dist=worksteal --lf"]
test = ["python scripts/run_tests_with_retry.py Integration -m integration -n6 --dist=worksteal"]

[[tool.hatch.envs.local.matrix]]
python = ["3.10", "3.11", "3.12"]
Expand Down

0 comments on commit 04e4677

Please sign in to comment.