Skip to content

Commit

Permalink
Refactor to python.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Aug 16, 2024
1 parent 4131336 commit b31ba20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
def run_pytest_if_needed(build_version_hub, build_version_s3, slack_webhook_url, slack_channel, slack_username):
github_event_name = os.getenv("GITHUB_EVENT_NAME", "")
python_version = f"{sys.version_info.major}.{sys.version_info.minor}"
print(f"python_version: {python_version}")
if build_version_hub != build_version_s3 or github_event_name == "workflow_dispatch":
subprocess.run(["cp", f".venv_test/lib/python{python_version}/site-packages/biothings/tests/conftest_slack/conftest.py", "src/tests/"], check=True)
Expand Down

0 comments on commit b31ba20

Please sign in to comment.