Skip to content

Commit 89a5a06

Browse files
committed
edits
1 parent 1bf940e commit 89a5a06

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,15 @@ jobs:
2525
uses: actions/checkout@v4
2626
with:
2727
persist-credentials: false
28-
- name: install mongocrypt
28+
- name: Install mongocryptd
2929
run: |
30+
curl -fsSL https://www.mongodb.org/static/pgp/server-7.0.asc | sudo gpg --dearmor -o /usr/share/keyrings/mongodb-server-7.0.gpg
31+
echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-enterprise/7.0 multiverse" | \
32+
sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
3033
sudo apt-get update
3134
sudo apt-get install -y mongodb-enterprise-cryptd
35+
which mongocryptd
36+
mongocryptd --version
3237
- name: install django-mongodb-backend
3338
run: |
3439
pip3 install --upgrade pip

0 commit comments

Comments
 (0)