Skip to content

Bump gitpython from 3.1.37 to 3.1.41 #9

Bump gitpython from 3.1.37 to 3.1.41

Bump gitpython from 3.1.37 to 3.1.41 #9

Workflow file for this run

name: python3.11
on: [push]
jobs:
build:
name: Ubuntu (Python3.11)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install Poetry
run: python -m pip install poetry
- name: Install Enigma
run: poetry install
- name: Run Unit Tests
run: poetry run pytest