Skip to content

Commit

Permalink
Python2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-lsembera committed Oct 6, 2023
1 parent 905c1f0 commit 98f06e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions e2e-jar-test/run_e2e_jar_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ set -euo pipefail
## 2. Unshaded jar
## 3. FIPS-compliant jar, i.e. unshaded jar without snowflake-jdbc and bouncy castle dependencies, but with snowflake-jdbc-fips depedency

python --version

maven_repo_dir=$(mvn help:evaluate -Dexpression=settings.localRepository -q -DforceStdout)
sdk_repo_dir="${maven_repo_dir}/net/snowflake/snowflake-ingest-sdk"

Expand Down
2 changes: 1 addition & 1 deletion scripts/update_project_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
#
# Update project version
Expand Down

0 comments on commit 98f06e0

Please sign in to comment.