blob: 962c7da6b7d565256c494b5c23010846011ddebe [file] [log] [blame]
Austin Schuhe89fa2d2019-08-14 20:24:23 -07001#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3import os
4
5if os.getenv("APPVEYOR_REPO_TAG") != "true":
6 print("Skip step. It's not TAG")
7else:
8 os.system("pip install conan conan-package-tools")