We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8098d2 commit 259809bCopy full SHA for 259809b
.github/workflows/tests.yml
@@ -18,6 +18,7 @@ jobs:
18
matrix:
19
os:
20
- "ubuntu-latest"
21
+ - "ubuntu-20.04"
22
- "windows-latest"
23
- "macos-latest"
24
mongodb-version:
action.yml
@@ -35,6 +35,11 @@ outputs:
35
runs:
36
using: "composite"
37
steps:
38
+ - id: "add-python"
39
+ name: "Install supported version of python"
40
+ uses: actions/setup-python@v5
41
+ with:
42
+ python-version: '3.13'
43
- id: "add-pip-path"
44
name: "Add PIP install folder to path"
45
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
0 commit comments