Skip to content

Remove support for file system credentials caching #459

Remove support for file system credentials caching

Remove support for file system credentials caching #459

name: Run Tests
on:
pull_request:
push:
branches: main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: pip install tox
- name: Test with tox
run: tox -e py,flake8,black,mypy