Skip to content

Commit

Permalink
Merge branch 'main' into housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
seballgeyer committed Jul 26, 2024
2 parents f296903 + bdead64 commit 0538158
Show file tree
Hide file tree
Showing 6 changed files with 332 additions and 118 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-cicd-units.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install boto3 click hatanaka matplotlib numpy pandas plotext==4.2 plotly pymongo pytest scipy tqdm unlzw3 typing_extensions
pip install -r requirements.txt
- name: Run tests
run: |
python -m unittest discover -s tests -v
Loading

0 comments on commit 0538158

Please sign in to comment.