From 9d73582817759643f07e8a68dc762ea454c0a690 Mon Sep 17 00:00:00 2001 From: Peter Beaucage Date: Tue, 3 Sep 2024 16:43:22 -0400 Subject: [PATCH] Add Tiled API key to testing environment --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 837956bb..8852466e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -76,6 +76,8 @@ jobs: C:\msys64\usr\bin\wget.exe https://github.com/usnistgov/PyHyperScattering/releases/download/0.0.0-example-data/CMS_giwaxs_series.zip unzip CMS_giwaxs_series.zip - name: Test with pytest + env: + TILED_API_KEY: ${{ secrets.TILED_API_KEY }} run: | #pytest -v #temporarily disabling coverage for memory usage