Skip to content

Commit

Permalink
test: turn on metadata test to record error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe-Levin committed Nov 11, 2024
1 parent cac4242 commit 4e74c82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions space2stats_api/src/tests/metadata_tests/test_stac_columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
import pytest


@pytest.mark.skipif(
"GITHUB_ACTIONS" in os.environ,
reason="Skipping in GitHub Actions due to Pandas Dependency",
)
# @pytest.mark.skipif(
# "GITHUB_ACTIONS" in os.environ,
# reason="Skipping in GitHub Actions due to Pandas Dependency",
# )
def test_stac_columns_vs_metadata_xlsx(stac_file_path, metadata_excel_file_path):
# Load the expected column types from the Metadata Content Excel
feature_catalog = pd.read_excel(
Expand Down

0 comments on commit 4e74c82

Please sign in to comment.