Skip to content

Removed fallback request call using Chrome and Firefox cookies #130

Removed fallback request call using Chrome and Firefox cookies

Removed fallback request call using Chrome and Firefox cookies #130

Workflow file for this run

name: Run tox
on:
pull_request:
branches: [main]
jobs:
run_tox:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-python@v5.5.0
- name: Install libkrb5-dev
run: |
sudo apt update
sudo apt install -y libkrb5-dev
- name: Install tox
run: pip install tox
- name: Run tox
run: make tox