We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4e3f4 commit 61afd9bCopy full SHA for 61afd9b
.github/workflows/backwards_compatibility_marqo_execution.yml
@@ -58,6 +58,9 @@ jobs:
58
compatibility_tests:
59
# This job runs on the newly created runner
60
runs-on: "runs-on=${{ github.run_id }}/family=m6i.xlarge/ami=${{ vars.MARQO_CPU_AMD64_TESTS_INSTANCE_AMI }}"
61
+ defaults:
62
+ run:
63
+ working-directory: components/marqo/tests/compatibility_tests
64
steps:
65
# Step to check out the Marqo repository
66
- name: checkout marqo repo
@@ -75,7 +78,7 @@ jobs:
75
78
# Step to install dependencies from requirements.txt
76
79
- name: Install Dependencies
77
80
run: |
- pip install -r tests/compatibility_tests/requirements.txt
81
+ pip install -r requirements.txt
82
83
# Step to configure AWS credentials
84
- name: Configure AWS credentials
0 commit comments