Skip to content

Commit 43d9a58

Browse files
committed
Add action to install desired python version.
1 parent 4998236 commit 43d9a58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test_integration_adapter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
with:
4444
path: "fal"
4545

46+
- uses: actions/setup-python@v5
47+
with:
48+
python-version: ${{ matrix.profile }}
49+
4650
- name: Start Docker database
4751
working-directory: fal/projects/adapter/integration_tests
4852
if: contains(fromJSON('["postgres"]'), matrix.profile)

0 commit comments

Comments
 (0)