Skip to content

Commit 470107f

Browse files
committed
RDBC-925 AI Agents - Python
1 parent 6d3ed33 commit 470107f

19 files changed

+2146
-5
lines changed

.github/workflows/RavenClient.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: tests/python
22

33
on:
44
push:
5-
branches: [v7.0]
5+
branches: [v7.1]
66
pull_request:
7-
branches: [v7.0]
7+
branches: [v7.1]
88
schedule:
99
- cron: '0 10 * * *'
1010
workflow_dispatch:
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
python-version: [ '3.9', '3.10' ,'3.11', '3.12']
33-
serverVersion: [ '7.0', '7.1' ]
33+
serverVersion: [ '7.1' ]
3434
fail-fast: false
3535

3636
steps:

0 commit comments

Comments
 (0)