Skip to content

unpin pip version now that pip 22.3.1 is available (#1123) #4988

unpin pip version now that pip 22.3.1 is available (#1123)

unpin pip version now that pip 22.3.1 is available (#1123) #4988

Workflow file for this run

name: Repo Status
on: [push, 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-latest
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: |
sudo snap install charmcraft --classic
python -m pip install --upgrade pip
pip install pip-tools -r requirements.txt
- name: Test
run: PYTHONPATH=$PYTHONPATH:$(pwd) invoke test