Skip to content

Use temp file to track last NED request time and implement sempahore #250

Use temp file to track last NED request time and implement sempahore

Use temp file to track last NED request time and implement sempahore #250

Workflow file for this run

name: unit tests
on: [push, pull_request]
jobs:
build:
runs-on: [macos-latest]
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run tox
run: |
tox -e py${{ matrix.python-version }}-test