Skip to content

Commit

Permalink
dump the environment information
Browse files Browse the repository at this point in the history
  • Loading branch information
ksimpson-work committed Nov 20, 2024
1 parent 227effa commit c38ac91
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/gh-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
upload-enabled: ${{ inputs.upload-enabled }}
python-version: ${{ inputs.python-version }}

- name: Call build action
uses: ./.github/actions/build
with:
build-type: ${{ inputs.build-type }}
target-device: "${{ inputs.target-device }}"
host-platform: ${{ inputs.host-platform }}
use-container: ${{ inputs.host-platform == 'linux-x64' || inputs.host-platform == 'linux-aarch64'}}
docker-image: "condaforge/miniforge3:latest"
upload-enabled: ${{ inputs.upload-enabled }}
# - name: Call build action
# uses: ./.github/actions/build
# with:
# build-type: ${{ inputs.build-type }}
# target-device: "${{ inputs.target-device }}"
# host-platform: ${{ inputs.host-platform }}
# use-container: ${{ inputs.host-platform == 'linux-x64' || inputs.host-platform == 'linux-aarch64'}}
# docker-image: "condaforge/miniforge3:latest"
# upload-enabled: ${{ inputs.upload-enabled }}

- name: Call test action
uses: ./.github/actions/test
Expand Down
4 changes: 2 additions & 2 deletions continuous_integration/scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test_ci() {
echo "CONDA_PREFIX: ${CONDA_PREFIX:-not set}"
echo "CONDA_PYTHON_EXE: ${CONDA_PYTHON_EXE:-not set}"
echo "VIRTUAL_ENV: ${VIRTUAL_ENV:-not set}"

# Create a temporary directory for extraction
mkdir -p tmp

Expand All @@ -33,7 +33,7 @@ test_ci() {

test_project() {
set -xeou pipefail

init_test_env "$@";
test_ci
}

Expand Down

0 comments on commit c38ac91

Please sign in to comment.