diff --git a/ci/build.ps1 b/ci/build.ps1 deleted file mode 100644 index 25548914..00000000 --- a/ci/build.ps1 +++ /dev/null @@ -1,3 +0,0 @@ -.\venv\Scripts\activate.ps1 -python setup.py sdist bdist_wheel -if ($LastExitCode -ne 0) { throw } \ No newline at end of file diff --git a/ci/install.ps1 b/ci/install.ps1 deleted file mode 100644 index 71a4653b..00000000 --- a/ci/install.ps1 +++ /dev/null @@ -1,4 +0,0 @@ -py -3.7 -m venv venv -.\venv\Scripts\activate.ps1 -python -m pip install -r .\ci\ci_requirements.txt -if ($LastExitCode -ne 0) { throw } \ No newline at end of file