Skip to content

test: downgrade python version to 3.9 for testing #14

test: downgrade python version to 3.9 for testing

test: downgrade python version to 3.9 for testing #14

Workflow file for this run

name: Run Pytest
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
container:
image: davhofer/py2spack-spack-installation-test-py3.9:latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Python package and dependencies
run: python -m pip install .[tests]
- name: Check PYTHONPATH
run: echo $PYTHONPATH
- name: Check SPACK_ROOT
run: echo $SPACK_ROOT
- name: Run tests
run: python -m pytest