diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4fb9eea..b74cb21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: cache: 'pip' - name: 📦 Install dependencies - run: pip install -r requirements.txt + run: pip install --use-pep517 -r requirements.txt - name: 🔨 Build run: make html diff --git a/requirements.txt b/requirements.txt index 27ae24c..ddfd99a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ephys-link==0.0.11 +ephys-link==0.0.12 myst-parser==1.0.0 sphinx==5.3.0 sphinx-rtd-theme==1.2.0 diff --git a/source/ephys_link/installation_and_use.md b/source/ephys_link/installation_and_use.md index 6dfc8a5..146a47b 100644 --- a/source/ephys_link/installation_and_use.md +++ b/source/ephys_link/installation_and_use.md @@ -46,7 +46,7 @@ will not work with the web browser versions of Pinpoint at this time. Run the following command to install the server: ```bash -pip install ephys-link +pip install --use-pep517 ephys-link ``` ## Usage