Skip to content

Commit

Permalink
Update recipe.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim authored Dec 18, 2024
1 parent 551d068 commit 46fea91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/warcio/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build:

requirements:
host:
- python ==${{ python_min }}
- python ${{ python_min }}.*
- pip
- setuptools
run:
Expand All @@ -36,7 +36,7 @@ tests:
- requirements:
run:
- pip
- python ==${{ python_min }}
- python ${{ python_min }}.*
script:
- warcio --help

Expand Down

0 comments on commit 46fea91

Please sign in to comment.