Skip to content

Commit e437b84

Browse files
authored
Merge pull request #22 from trishullab/usr/amit9oct/config-fix
Added data gen test
2 parents d8c2659 + abbeafa commit e437b84

File tree

94 files changed

+74
-529
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+74
-529
lines changed

.github/workflows/github-build-actions.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,16 @@ jobs:
7575
- name: List repository files (debug step)
7676
run: find . -type f
7777

78-
- name: Run tests
78+
- name: Run Simple Env Test
7979
shell: bash
8080
run: |
8181
eval $(opam env)
8282
source $HOME/.elan/env
83-
python src/test/simple_env_test.py
83+
python src/test/simple_env_test.py
84+
85+
- name: Run Data Gen Test
86+
shell: bash
87+
run: |
88+
eval $(opam env)
89+
source $HOME/.elan/env
90+
python src/test/simple_data_gen_test.py

README.md

Lines changed: 7 additions & 5 deletions

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [
55
build-backend = "hatchling.build"
66
[project]
77
name = "itp_interface"
8-
version = "1.1.1"
8+
version = "1.1.2"
99
authors = [
1010
{ name="Amitayush Thakur", email="[email protected]" },
1111
]

0 commit comments

Comments
 (0)