Skip to content

Commit

Permalink
add appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abraunst committed Sep 26, 2023
1 parent 8a6e76d commit 09c6929
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 1.0.{build}
image: Ubuntu
install:
- sh: >-
ls /home/appveyor/
source /home/appveyor/venv3.9/bin/activate
pip install pybind11
build_script:
- sh: make
test_script:
- sh: >-
pip install numpy pandas scipy scikit-learn
make test

0 comments on commit 09c6929

Please sign in to comment.