Skip to content

Commit aeb0d2a

Browse files
authored
fix: python client test workflow (#2014)
* try to fix gha python client tests * try to fix gha python client tests * try to fix gha python client tests * cleanup code * try to fix code coverage
1 parent 23761b3 commit aeb0d2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/client-python.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
os: [ubuntu-latest, macos-latest]
2524
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2625

2726
steps:
@@ -58,7 +57,7 @@ jobs:
5857
submit-codecoverage:
5958
needs:
6059
- test-client-python
61-
runs-on: ubuntu-20.04
60+
runs-on: ubuntu-latest
6261
steps:
6362
- name: Checkout Repo
6463
uses: actions/checkout@v3

0 commit comments

Comments
 (0)