Skip to content

Commit

Permalink
PKG: turn off pytest for now
Browse files Browse the repository at this point in the history
  • Loading branch information
peircej committed Jun 15, 2023
1 parent 5757536 commit 0ba0db7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,15 @@ jobs:
pip install psychopy-sounddevice psychopy-pyo psychopy-legacy-mic psychopy-connect psychopy-crs psychopy-emotiv psychopy-gammasci psychopy-mri-emulator psychopy-visionscience
pip install moviepy

- name: BUild binary (windows)
- name: Build binary (windows)
if: runner.os == 'Windows'
run:
echo "...build binary on Windows here"

- name: Build binary (MacOS)
if: runner.os == 'Windows'
run:
echo "...build binary on MacOS here"

# - name: Make binary build
# run:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pytests.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: pytest

on:
push:
branches: [ release, dev ]
pull_request:
branches: [ release, dev ]
#on:
# push:
# branches: [ release, dev ]
# pull_request:
# branches: [ release, dev ]

permissions:
contents: read
Expand Down

0 comments on commit 0ba0db7

Please sign in to comment.