diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/perf.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 179550c..ba7bfd9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,7 +36,7 @@ jobs: - name: Install picoscope bindings run: | python -m pip install -U pip setuptools wheel - git clone https://github.com/J08nY/pico-python && cd pico-python && pip install . && cd .. + git clone https://github.com/colinoflynn/pico-python && cd pico-python && pip install . && cd .. git clone https://github.com/picotech/picosdk-python-wrappers && cd picosdk-python-wrappers && pip install . && cd .. - name: Install dependencies run: | diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index fd3ec81..4d56b7f 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -46,7 +46,7 @@ jobs: - name: Install picoscope bindings run: | python -m pip install -U pip setuptools wheel - git clone https://github.com/J08nY/pico-python && cd pico-python && pip install . && cd .. + git clone https://github.com/colinoflynn/pico-python && cd pico-python && pip install . && cd .. git clone https://github.com/picotech/picosdk-python-wrappers && cd picosdk-python-wrappers && pip install . && cd .. - name: Install dependencies run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 81d40cf..edbace3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: - name: Install picoscope bindings run: | python -m pip install -U pip setuptools wheel - git clone https://github.com/J08nY/pico-python && cd pico-python && pip install . && cd .. + git clone https://github.com/colinoflynn/pico-python && cd pico-python && pip install . && cd .. git clone https://github.com/picotech/picosdk-python-wrappers && cd picosdk-python-wrappers && pip install . && cd .. - name: Install dependencies run: | |
