Skip to content

Introduced the kwargs activation_func to margarine for choosing activ… #7

Introduced the kwargs activation_func to margarine for choosing activ…

Introduced the kwargs activation_func to margarine for choosing activ… #7

Workflow file for this run

name: Version_Checks
on:
pull_request:
branches: [master]
jobs:
version-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: Upgrade pip and install linters
run: |
python -m pip install --upgrade pip
python -m pip install packaging
- name: Check version number
run: python ./bin/check_version.py