Skip to content

Bump urllib3 from 2.0.4 to 2.0.6 #31

Bump urllib3 from 2.0.4 to 2.0.6

Bump urllib3 from 2.0.4 to 2.0.6 #31

Workflow file for this run

---
name: install
on:
pull_request:
defaults:
run:
working-directory: 'nephelaiio.docker'
jobs:
local:
name: local install
runs-on: ubuntu-latest
steps:
- name: check out the codebase
uses: actions/checkout@v3
with:
path: 'nephelaiio.docker'
- name: set up python 3
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: install pipx
run: python3 -m pip install --user pipx
- name: install pipx
run: python3 -m pipx ensurepath
- name: run local install
run: ./install.sh --local
- name: test docker binary
run: docker --version
- name: test docker permissions
run: docker ps