Skip to content

Commit

Permalink
Try env again
Browse files Browse the repository at this point in the history
  • Loading branch information
gb119 committed Oct 30, 2024
1 parent e8c3a4f commit 85726fe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/run-tests-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,21 @@ jobs:
os: ["ubuntu-latest"]
steps:
- name: Check out repository code
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Install Conda environment with Micromamba
uses: conda-incubator/setup-miniconda@v3
with:
environment-file: tests/test-env.yml
python: ${{ matrix.python-version }}
channels: conda-forge,phygbu
allow-softlinks: true
channel-priority: flexible
show-channel-urls: true
activate-environment: test-environment
auto-activate-base: false
run: |
conda info
conda list
conda config --show-sources
conda config --show
conda activate test-environment
- name: install package
run: pip install --no-deps .
- name: Install headless server
Expand Down

0 comments on commit 85726fe

Please sign in to comment.