Skip to content

Commit

Permalink
Remove wrong if-condition for build environment creation
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Nov 12, 2024
1 parent aa7b225 commit 7bd08c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: create build environment
if: matrix.python-version != '3.13'
uses: mamba-org/setup-micromamba@v1
with:
environment-file: ${{ matrix.python-version == '3.13' && './.tools/envs/testenv-linux-py313.yml' || './.tools/envs/testenv-linux.yml' }} # yamllint disable-line rule:line-length
Expand Down

0 comments on commit 7bd08c2

Please sign in to comment.