Skip to content

Bump pycryptodome from 3.16.0 to 3.19.1 #48

Bump pycryptodome from 3.16.0 to 3.19.1

Bump pycryptodome from 3.16.0 to 3.19.1 #48

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
lfs: true
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
- run: pip install -r requirements.txt
- run: test/test.sh