Enabling the pytest runner

This commit is contained in:
Anton Hvornum 2022-05-01 19:35:45 +02:00
parent fa9b4a7225
commit fdc23ff5bd
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ jobs:
- uses: actions/checkout@v2
- run: pacman --noconfirm -Syu python python-pip
- run: python -m pip install --upgrade pip
- run: pwd
- run: ls -la
- run: pip install .
- run: pip install pytest
- name: Test with pytest