Skip to content

running readFile function #2

running readFile function

running readFile function #2

Workflow file for this run

name: Python Test
on:
push:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Run Python script
run: python GetAverageTest.py