Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
SamiralVdB committed Dec 21, 2023
2 parents 5770f4c + e82463e commit 061bdb2
Show file tree
Hide file tree
Showing 30 changed files with 12,485 additions and 2,296 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/pytest_workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Run Pytest

on: [push]

jobs:
test:
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
os: ${{matrix.os}}

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install PAModelpy # If you have a requirements.txt file
pip install pytest
- name: Run Pytest
run: python -m pytest tests/unit_tests
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__/
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
,samiralvdb,IAMBPC156,21.12.2023 12:55,file:///home/samiralvdb/.config/libreoffice/4;
Loading

0 comments on commit 061bdb2

Please sign in to comment.