Skip to content

Commit 1bf940e

Browse files
committed
Try to fix the CI.
1 parent f36ed29 commit 1bf940e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-python-atlas.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
uses: actions/checkout@v4
2626
with:
2727
persist-credentials: false
28+
- name: install mongocrypt
29+
run: |
30+
sudo apt-get update
31+
sudo apt-get install -y mongodb-enterprise-cryptd
2832
- name: install django-mongodb-backend
2933
run: |
3034
pip3 install --upgrade pip

0 commit comments

Comments
 (0)