Skip to content

Adding py.test tests #20

Adding py.test tests

Adding py.test tests #20

Workflow file for this run

---
name: Testing Conditionals
on:
- push
jobs:
conditionals:
runs-on: "ubuntu-24.04"
steps:
- run: python3 --version
- run: echo "Testing conditional"
if: github.repository != 'twin-bridges/gne'