test: Add a README

This commit is contained in:
Tim Gover
2025-04-08 09:40:41 +01:00
committed by Tim Gover
parent f087342b26
commit 816bf7c594
2 changed files with 28 additions and 0 deletions

View File

@@ -10,6 +10,20 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Create and activate virtual environment
run: |
python -m venv venv
source venv/bin/activate
- name: Install dependencies
run: |
pip install pycryptodomex
- name: Run EEPROM Config Tests
run: |
cd test