Skip to content

feat: spider v3 — use aggregator RSS + extract real org apply links #25

feat: spider v3 — use aggregator RSS + extract real org apply links

feat: spider v3 — use aggregator RSS + extract real org apply links #25

Workflow file for this run

name: Pytest
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: pip
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest
- name: Run tests
run: python -m pytest