anaconda / anaconda-linter

BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Handle script not being remotely a file #305

Closed cbouss closed 10 months ago

cbouss commented 10 months ago
  script:
    - {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vv

A check was tripping on script: not being something that could pass as a file name.