Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
murilommen committed Jul 17, 2023
1 parent db45d0e commit e59bbe4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/toolkit-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: "Say Hello Mona it's Monday"
run: echo "$MY_VAR $First_Name. Today is $DAY_OF_WEEK!"
env:
First_Name: Mona
MY_VAR: ${{ vars.TEST_ORG_ID }}

- uses: actions/setup-python@v4
name: Install Python
with:
Expand Down
4 changes: 4 additions & 0 deletions tests/helpers/test_entity_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
DATASET_ID = os.environ["DATASET_ID"]


def test_dummy() -> None:
assert ORG_ID == "org-fjx9Rz"


def test_change_columns_input_output() -> None:
classifiers = ColumnsClassifiers(
inputs=["temperature"],
Expand Down

0 comments on commit e59bbe4

Please sign in to comment.