Skip to content

Commit

Permalink
Add cryptography module to mtest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanruth committed Oct 30, 2024
1 parent 80724d4 commit b3a73a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: python3 --version

- name: Create venv with pymonetdb
run: python3 -m venv venv && ./venv/bin/pip install setuptools wheel && ./venv/bin/pip install .
run: python3 -m venv venv && ./venv/bin/pip install setuptools wheel cryptography && ./venv/bin/pip install .

- name: Download MonetDB sources
run: |
Expand Down

0 comments on commit b3a73a6

Please sign in to comment.