Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kgartland-rstudio committed Oct 23, 2024
1 parent 98e7955 commit c478069
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
- name: python
uses: actions/setup-python@v5
with:
# use python 3.12 for bats
# there are some requirements that are not yet compatible with python 3.13
python-version: 3.12
- name: R
uses: r-lib/actions/setup-r@v2
Expand Down
3 changes: 1 addition & 2 deletions test/setup/connect_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import time
import logging
import os
import sys

# use the perftest fuzzbucket instance since it already has all the deps
alias = "ubuntu22-publishing-client-2024.10"
Expand Down Expand Up @@ -33,7 +32,7 @@ def get_current_connect_version(connect_ip, api_key):
response = requests.get(
'http://' + connect_ip + ':3939/__api__/server_settings',
headers={'Authorization': 'Key ' + api_key},
)
)
current_connect = response.json()['version']
return current_connect

Expand Down

0 comments on commit c478069

Please sign in to comment.