diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe7098a2..1a2401ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,6 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Python - run: sudo apt install -y ${{PYTHON}} + run: sudo apt install -y ${{matrix.PYTHON}} - name: Run tests - run: ${{PYTHON}} scrapscript.py test + run: ${{matrix.PYTHON}} scrapscript.py test