Skip to content

Back to run test with install #14

Back to run test with install

Back to run test with install #14

Workflow file for this run

name: Check package installation
on:
push:
branches: [ "main" ]
jobs:
test-package-installation:
runs-on: ubuntu-latest
container: maurorigo/fftwimg:latest
steps:
- uses: actions/checkout@v4
- name: Try to install package and run test
run: |
python3 -m venv JERALDvenv
. JERALDvenv/bin/activate
pip install .
python3 losstest.py