Skip to content

Commit

Permalink
Disabled build until later (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 authored Feb 5, 2024
1 parent 36a3a24 commit 833ddb1
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build

on:
pull_request:
push:
branches:
- main
Expand Down Expand Up @@ -30,9 +29,7 @@ jobs:
- name: 🗃️ Cache Build Artifacts
uses: actions/cache@v4
with:
path: |
build
C:\Users\runneradmin\AppData\Local\hatch\env\virtual\ephys-link
path: C:\Users\runneradmin\AppData\Local\hatch\env\virtual\ephys-link
key: ${{ runner.os }}-build-${{ hashFiles('pyproject.toml') }}

- name: 🔨 Build
Expand Down

0 comments on commit 833ddb1

Please sign in to comment.