Skip to content

Merge remote-tracking branch 'andibarg/update-get-number-polarization… #45

Merge remote-tracking branch 'andibarg/update-get-number-polarization…

Merge remote-tracking branch 'andibarg/update-get-number-polarization… #45

Workflow file for this run

name: Run tox environments
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox
- name: Test with tox
run: tox -m github-actions