Skip to content

Bump requests from 2.31.0 to 2.32.0 in /jobs/microk8s #4879

Bump requests from 2.31.0 to 2.32.0 in /jobs/microk8s

Bump requests from 2.31.0 to 2.32.0 in /jobs/microk8s #4879

Workflow file for this run

name: Repo Status
on: [pull_request]
jobs:
call-inclusive-naming-check:
name: Inclusive naming
uses: canonical-web-and-design/Inclusive-naming/.github/workflows/woke.yaml@main

Check failure on line 7 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test.yml" -> "canonical-web-and-design/Inclusive-naming/.github/workflows/woke.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
fail-on-error: "true"
build:
name: Verify
runs-on: ubuntu-22.04
strategy:
matrix:
python:
- "3.8"
- "3.9"
- "3.10"
steps:
- uses: actions/checkout@v3
- name: Setup Python ${{ matrix.python }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
cache: 'pip'
- name: Install deps
run: |
pip install tox
python3 -m tox --recreate -e test --notest
sudo snap install charmcraft --classic
- name: Test
run: |
python3 -m tox -e test