Skip to content

.github/workflows/on_develop.yaml #45

.github/workflows/on_develop.yaml

.github/workflows/on_develop.yaml #45

Workflow file for this run

#name: Run tests on any Push event
#on:
# push:
# branches:
# - develop
# - dev
#jobs:
# run_tests:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Set up Python 3.8
# uses: actions/setup-python@v4
# with:
# python-version: '3.8'
# architecture: 'x64'
# cache: 'pip'
# - name: Display Python version
# run: python -c "import sys; print(sys.version)"
# - uses: pre-commit/[email protected]