Skip to content

Commit

Permalink
actions for unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Maier committed Dec 31, 2023
1 parent fc01f6e commit f31ca72
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 42 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: UNITTESTS
on:
push:
branches: [ main ]
jobs:
unit_testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.x'
cache: 'pip'
- run: pip install -r requirements.txt
- run: python3 -m unittest
39 changes: 0 additions & 39 deletions .gitlab-ci.yml

This file was deleted.

7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ifcopenshell~=0.7.0.230218
pytest~=7.2.2
typer~=0.9.0
geopandas~=0.12.2
shapely~=2.0.1
typing_extensions~=4.5.0
typing_extensions~=4.5.0
click~=8.1.7
scipy~=1.11.4
pyogrio~=0.7.2

0 comments on commit f31ca72

Please sign in to comment.