Skip to content

Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 #4

Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0

Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 #4

Workflow file for this run

name: Run Tests
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
- name: Install dependencies
run: python -m pip install .[docs,test]
- name: Run tests
run: pytest