Skip to content

LibMambaUnsatisfiableError: _x86_64-microarch-level #418

@antonvorobets

Description

@antonvorobets

I started getting the following error for an Actions configuration that I have been running for several years.

Image

Is this a bug, or do I do something wrong in my YAML file?

name: pytest

on:
  pull_request:

  workflow_dispatch:

jobs:
  tests:
    runs-on: ubuntu-latest
    defaults:
      run:
        shell: bash -l {0}
    steps:
      - uses: actions/checkout@v3
      - uses: conda-incubator/setup-miniconda@v3
        with:
          activate-environment: fortitudo.tech-dev
          environment-file: requirements.yml
      - run: pytest --cov=fortitudo/tech --cov-fail-under=100 --cov-report=xml
      - name: Upload coverage report to Codecov
        uses: codecov/codecov-action@v4.0.1
        with:
          token: ${{ secrets.CODECOV_TOKEN }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions