diff options
| author | J08nY | 2024-05-31 13:13:54 +0200 |
|---|---|---|
| committer | J08nY | 2024-05-31 13:13:54 +0200 |
| commit | a4b4203e87842778574b08572d9a9f6d711e5a26 (patch) | |
| tree | 5a6f3e154749aba635fb6d91563932b4819ac654 /.github | |
| parent | 4b589dd989285c784789d08714bd721e697235fc (diff) | |
| download | pyecsca-a4b4203e87842778574b08572d9a9f6d711e5a26.tar.gz pyecsca-a4b4203e87842778574b08572d9a9f6d711e5a26.tar.zst pyecsca-a4b4203e87842778574b08572d9a9f6d711e5a26.zip | |
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: | |
