Skip to content

Commit

Permalink
Add GitHub Actions workflow for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavdeep13 committed Nov 12, 2024
1 parent 93c2e05 commit cf09038
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
python-version: [3.7, 3.8, 3.9, 3.10, 3.11]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
# Step 1: Checkout the repository
Expand All @@ -29,10 +29,11 @@ jobs:
python-version: ${{ matrix.python-version }}

# Step 3: Install Filip Library
- name: Install Filip Library
- name: Clone Filip with Submodules
run: |
pip install -U git+https://github.com/RWTH-EBC/filip.git
git clone --recurse-submodules https://github.com/RWTH-EBC/filip.git
cd filip
pip install -e .
# Step 4: Set up Environment Variables
- name: Set up Test Environment
Expand Down

0 comments on commit cf09038

Please sign in to comment.