Skip to content

Commit

Permalink
Fix missing dependency in appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
earwig committed Jan 4, 2024
1 parent b997514 commit e00c202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -63,7 +63,7 @@ environment:

install:
- "%PIP% install --disable-pip-version-check --user --upgrade pip"
- "%PIP% install wheel twine pytest"
- "%PIP% install setuptools wheel twine pytest"

build_script:
- "%SETUPPY% build"
Expand Down

0 comments on commit e00c202

Please sign in to comment.