Skip to content

Remove note about sensitive data, it is being stripped #13

Remove note about sensitive data, it is being stripped

Remove note about sensitive data, it is being stripped #13

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Set up Python
uses: actions/[email protected]
with:
python-version: "3.x"
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -U -r requirements.txt -r requirements_testing.txt
- name: Run tests
run: pytest ThermiaOnlineAPI