Skip to content

Use ubuntu-latest in publish workflow #346

Use ubuntu-latest in publish workflow

Use ubuntu-latest in publish workflow #346

Workflow file for this run

name: Run python only unit tests and mypy
on:
push:
workflow_dispatch:
jobs:
test-efspintegration:
runs-on: ubuntu-latest
name: Run python only unit tests
steps:
- uses: SuffolkLITLab/ALActions/pythontests@main