Skip to content

Bump eciespy from 0.3.13 to 0.4.2 #45

Bump eciespy from 0.3.13 to 0.4.2

Bump eciespy from 0.3.13 to 0.4.2 #45

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.5.1
- run: poetry install --only main