Skip to content

Commit

Permalink
chore(xtest): Remove old python sdk (#231)
Browse files Browse the repository at this point in the history
* remove python sdk

* ubuntu latest
  • Loading branch information
elizabethhealy authored Dec 19, 2024
1 parent 0a00df3 commit f6ecd3d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main
jobs:
scriptcheck:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: 🦪 ✔ 🧼🧼🧼
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ on:
jobs:
cross-client-test:
timeout-minutes: 60
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
Expand Down
1 change: 0 additions & 1 deletion xtest/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ cryptography==43.0.1
idna==3.8
iniconfig==2.0.0
jsonschema==4.23.0
opentdf==1.5.5
packaging==24.1
pluggy==1.5.0
pycparser==2.22
Expand Down
57 changes: 0 additions & 57 deletions xtest/sdk/py/cli.py

This file was deleted.

13 changes: 0 additions & 13 deletions xtest/sdk/py/cli.sh

This file was deleted.

0 comments on commit f6ecd3d

Please sign in to comment.