Skip to content

Make sure to save the general metadata from an SE. #3

Make sure to save the general metadata from an SE.

Make sure to save the general metadata from an SE. #3

Workflow file for this run

name: Test the library
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox
- name: Test with tox
run: |
tox