Skip to content

Commit

Permalink
Merge pull request #269 from motiwari/v4.0.4
Browse files Browse the repository at this point in the history
`v4.0.4` Windows GHA Changes
  • Loading branch information
Adarsh321123 authored Aug 26, 2023
2 parents d8bd4e5 + 4bcfc3a commit 6782a01
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/run_windows_tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Windows - build package and run tests
on: [push, pull_request]
on:
push:
branches: # prevents running on tag push
- '**'
pull_request:
jobs:
build:
runs-on: windows-latest
Expand Down Expand Up @@ -93,6 +97,7 @@ jobs:
cd BanditPAM
python tests/test_smaller.py
# - name: Run larger suite of test cases
# run : |
# python tests/test_larger.py
- name: Run tests cases for initialization
run: |
cd BanditPAM
python tests/test_initialization.py

0 comments on commit 6782a01

Please sign in to comment.