Skip to content

Commit

Permalink
Fix outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb authored Jul 21, 2024
1 parent bedf115 commit 126ede3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ source:
sha256: f48a71bab8f46a896fe507c8be5f2b50bb9bab0c44e4dfad00afe87e9a08c14b

build:
# We have to skip Windows due to <https://github.com/conda-forge/staged-recipes/pull/26614#issuecomment-2156602195>
skip: true # [py<38]
entry_points:
- deptry = deptry.cli:deptry
# Setting CARGO_HOME is a workaround for "path too long" error on
# Windows due to the 260 character limit for paths, and because the
# ruff repo (which is a dependency) has some files with very long names.

# Ref: <https://github.com/conda-forge/deptry-feedstock/issues/5>
script: |
set "CARGO_HOME=C:\cargo"
echo "building..."
Expand Down

0 comments on commit 126ede3

Please sign in to comment.