Skip to content

Commit

Permalink
check proj env's 2
Browse files Browse the repository at this point in the history
  • Loading branch information
HGWright committed Sep 2, 2024
1 parent 190401f commit 13103d8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
- name: "checkout"
uses: actions/checkout@v4

- name: "print env"
run:
echo env | grep proj

- name: "environment configure"
env:
# Maximum cache period (in weeks) before forcing a cache refresh.
Expand Down Expand Up @@ -127,13 +131,16 @@ jobs:
echo "test_data_dir = ${HOME}/iris-test-data/test_data" >> ${SITE_CFG}
echo "doc_dir = ${GITHUB_WORKSPACE}/docs" >> ${SITE_CFG}
cat ${SITE_CFG}
print(env | grep proj)
mkdir -p $(dirname ${MPL_RC})
echo ${MPL_RC}
echo "backend : agg" >> ${MPL_RC}
echo "image.cmap : viridis" >> ${MPL_RC}
cat ${MPL_RC}
- name: "print env"
run:
echo env | grep proj

- name: "iris ${{ matrix.session }}"
env:
PY_VER: ${{ matrix.python-version }}
Expand Down

0 comments on commit 13103d8

Please sign in to comment.