Skip to content

Commit 42e89c5

Browse files
author
desiena
committed
Try cicd
1 parent b05abc7 commit 42e89c5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: '3.8'
25+
python-version: '3.9'
2626

2727
- name: Cache pip
2828
uses: actions/cache@v4

tests/integration/test_with_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
password=env("FMS_DB_PASSWORD"),
5353
),
5454
filemaker_version=env("FMS_VERSION"),
55+
verify_ssl=env("FMS_VERIFY_SSL", default=False),
5556
)
5657

5758

0 commit comments

Comments
 (0)