Skip to content

Merge pull request #114 from juanitorduz/elasticity_nrew_region #20

Merge pull request #114 from juanitorduz/elasticity_nrew_region

Merge pull request #114 from juanitorduz/elasticity_nrew_region #20

Workflow file for this run

name: ci
on: [push]
jobs:
pipenv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Upgrade pip
run: pip install --upgrade pip
- name: Upgrade setuptools
run: pip install --upgrade setuptools
- name: Install pipenv
run: pip install pipenv
- name: Install dependencies
run: pipenv install --dev