Skip to content

Commit

Permalink
#6 first attempt at Windows build - fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
walcovanloon committed Jun 30, 2022
1 parent ffd2fda commit 50fd9ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ orbs:
# so you dont have to copy and paste it everywhere.
# See the orb documentation here: https://circleci.com/developer/orbs/orb/circleci/python
python: circleci/python@2.0.3
win: circleci/windows@4.1.1
python-win: circleci/windows@4.1.1

# Define a job to be invoked later in a workflow.
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- checkout
- run:
name: Build and install
command: python setup.py install
command: python.exe setup.py install
- run:
name: Run tests
command: ./scripts/runtests.py
Expand Down

0 comments on commit 50fd9ad

Please sign in to comment.