Skip to content

Bump urllib3 from 2.2.1 to 2.2.2 #278

Bump urllib3 from 2.2.1 to 2.2.2

Bump urllib3 from 2.2.1 to 2.2.2 #278

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- 'README.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip pipenv
pipenv install --deploy
- name: Test using molecule
run: pipenv run molecule test