Skip to content
Snippets Groups Projects
Commit e622cad0 authored by dilawar's avatar dilawar :ant:
Browse files

chore: Use windows specific `before_script`

parent e00d7d02
No related branches found
No related tags found
1 merge request!6Hotfix: fix to assert error post installation
Pipeline #3782 failed with stages
in 1 minute and 33 seconds
...@@ -27,6 +27,8 @@ build:windows: ...@@ -27,6 +27,8 @@ build:windows:
stage: build stage: build
tags: tags:
- windows - windows
before_script:
- choco.exe install -y python
script: script:
- python -m pip install . - python -m pip install .
- python -m bitia --help - python -m bitia --help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment