Skip to content

Commit

Permalink
noop
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Jul 20, 2024
1 parent b61dfa2 commit 9d9bbfc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/downstream_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
~\AppData\Local\pip\Cache
key: ${{ runner.os }}-build--${{ matrix.python-version }}
- name: clone-altair
run: git clone https://github.com/vega/altair.git
run: |
git clone https://github.com/vega/altair.git --depth=1
cd altair
git log
- name: install-basics
run: python -m pip install --upgrade tox virtualenv setuptools pip
- name: install-altair-dev
Expand Down Expand Up @@ -70,7 +73,7 @@ jobs:
~\AppData\Local\pip\Cache
key: ${{ runner.os }}-build-${{ matrix.python-version }}
- name: clone-scikit-lego
run: git clone https://github.com/koaning/scikit-lego.git
run: git clone https://github.com/koaning/scikit-lego.git --depth 1
- name: install-basics
run: python -m pip install --upgrade tox virtualenv setuptools pip
- name: install-scikit-lego-dev
Expand Down

0 comments on commit 9d9bbfc

Please sign in to comment.