Skip to content

Commit 7516625

Browse files
author
Val Brodsky
committed
Remove from github actions
1 parent ada328a commit 7516625

File tree

4 files changed

+2
-17
lines changed

4 files changed

+2
-17
lines changed

.github/actions/lbox-matrix/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26811,11 +26811,6 @@ const core = __nccwpck_require__(8611);
2681126811
try {
2681226812
const files = JSON.parse(core.getInput('files-changed'));
2681326813
const startingMatrix = [
26814-
{
26815-
"python-version": "3.8",
26816-
"api-key": "STAGING_LABELBOX_API_KEY_2",
26817-
"da-test-key": "DA_GCP_LABELBOX_API_KEY"
26818-
},
2681926814
{
2682026815
"python-version": "3.9",
2682126816
"api-key": "STAGING_LABELBOX_API_KEY_3",

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ jobs:
7171
fail-fast: false
7272
matrix:
7373
include:
74-
- python-version: 3.8
75-
prod-key: PROD_LABELBOX_API_KEY_2
76-
da-test-key: DA_GCP_LABELBOX_API_KEY
7774
- python-version: 3.9
7875
prod-key: PROD_LABELBOX_API_KEY_3
7976
da-test-key: DA_GCP_LABELBOX_API_KEY

.github/workflows/python-package-develop.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Get Latest SDK versions
4545
id: get_sdk_versions
4646
run: |
47-
sdk_versions=$(git tag --list --sort=-version:refname "v.*" | head -n 4 | jq -R -s -c 'split("\n")[:-1]')
47+
sdk_versions=$(git tag --list --sort=-version:refname "v.*" | head -n 3 | jq -R -s -c 'split("\n")[:-1]')
4848
if [ -z "$sdk_versions" ]; then
4949
echo "No tags found"
5050
exit 1
@@ -58,10 +58,6 @@ jobs:
5858
fail-fast: false
5959
matrix:
6060
include:
61-
- python-version: 3.8
62-
api-key: STAGING_LABELBOX_API_KEY_2
63-
da-test-key: DA_GCP_LABELBOX_API_KEY
64-
sdk-version: ${{ fromJson(needs.get_sdk_versions.outputs.sdk_versions)[3] }}
6561
- python-version: 3.9
6662
api-key: STAGING_LABELBOX_API_KEY_3
6763
da-test-key: DA_GCP_LABELBOX_API_KEY
@@ -103,7 +99,7 @@ jobs:
10399
- uses: ./.github/actions/python-package-shared-setup
104100
with:
105101
rye-version: ${{ vars.RYE_VERSION }}
106-
python-version: '3.8'
102+
python-version: '3.9'
107103
- name: Create build
108104
id: create-build
109105
working-directory: libs/labelbox

.github/workflows/python-package-prod.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16-
- python-version: 3.8
17-
api-key: PROD_LABELBOX_API_KEY_2
18-
da-test-key: DA_GCP_LABELBOX_API_KEY
1916
- python-version: 3.9
2017
api-key: PROD_LABELBOX_API_KEY_3
2118
da-test-key: DA_GCP_LABELBOX_API_KEY

0 commit comments

Comments
 (0)