Skip to content

Commit 1a6d793

Browse files
committed
fix tests with rpaframework by downgrading python
1 parent 6114f8a commit 1a6d793

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
python-version: ["3.12.0"]
32+
python-version: ["3.11.0"]
3333

3434
steps:
3535
- uses: actions/checkout@v4

.github/workflows/test-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Package to Test PyPi
33
on:
44
create:
55
tags:
6-
- v*
6+
- 'v*'
77

88
jobs:
99
build-external-worker-client:

0 commit comments

Comments
 (0)