Skip to content

Update absl-py requirement from <1.4,>=0.9 to >=0.9,<2.2 (#146) #419

Update absl-py requirement from <1.4,>=0.9 to >=0.9,<2.2 (#146)

Update absl-py requirement from <1.4,>=0.9 to >=0.9,<2.2 (#146) #419

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python application
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install
run: |
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade setuptools
python3 -m pip install --editable .
python3 -m pip install tensorflow==2.16.1
- name: Install tox
run: pip install tox
- name: Run tests
run: |
noisemaker --help
tox