From d15217a2b2756693b11da9502ecadaffbaad72a4 Mon Sep 17 00:00:00 2001 From: micah johnson Date: Fri, 8 Sep 2023 06:50:26 -0600 Subject: [PATCH] working badging --- .github/workflows/badge.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/badge.yml b/.github/workflows/badge.yml index 4611342..a3aadf9 100644 --- a/.github/workflows/badge.yml +++ b/.github/workflows/badge.yml @@ -12,15 +12,20 @@ jobs: coverage: runs-on: ubuntu-latest steps: + - name: Checkout code + uses: actions/checkout@v3 + - name: Checkout wiki uses: actions/checkout@v3 with: repository: ${{github.repository}}.wiki path: ./.github/wiki/ - - name: Install dependencies + - uses: actions/setup-python@v4 with: python-version: 3.10 + + - name: Install dependencies run: | sudo apt-get update python -m pip install --upgrade pip