Skip to content

Commit

Permalink
try fixing failing github test
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Kümmmerer <[email protected]>
  • Loading branch information
matthias-k committed Nov 7, 2023
1 parent 360f1b3 commit ba6772a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
#auto-activate-base: false
channels: conda-forge
- name: Conda info
# the shell setting is necessary for loading profile etc which activates the conda environment
shell: bash -el {0}
run: conda info
- name: Conda list
shell: pwsh
shell: bash -el {0}
run: conda list
# - name: Set up Python
# uses: actions/setup-python@v4
Expand Down Expand Up @@ -90,6 +91,10 @@ jobs:
- name: test build and install
shell: bash -el {0}
run: |
conda list
echo "which python"
type python
echo "starting build"
python setup.py sdist
pip install dist/*.tar.gz
mkdir tmp && cd tmp && python -c "import pysaliency"

0 comments on commit ba6772a

Please sign in to comment.