Skip to content

chore(ci): specify major and minor only for python version #1122

chore(ci): specify major and minor only for python version

chore(ci): specify major and minor only for python version #1122

name: Search
on:
push:
branches:
- master
paths:
- '.github/workflows/cron-tests-search.yml'
schedule:
- cron: '0 7 * * *'
workflow_dispatch: ~
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup-python
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: install
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: test
run: |
pytest -v -k test_search ./tests/test_suite.py