Skip to content

Commit

Permalink
Merge pull request #2575 from joelostblom/actions-https
Browse files Browse the repository at this point in the history
MAINT: Update actions' links to use https
  • Loading branch information
jakevdp authored Mar 25, 2022
2 parents fc7f551 + 5e0f338 commit 5c912ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python -m pip install --upgrade pip
pip install .[dev]
pip install altair_saver
pip install git+git://github.com/altair-viz/altair_viewer.git
pip install git+https://github.com/altair-viz/altair_viewer.git
- name: Test with pytest
run: |
pytest --doctest-modules altair
2 changes: 1 addition & 1 deletion .github/workflows/docbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pip install .[dev]
pip install altair_saver
pip install -r doc/requirements.txt
pip install git+git://github.com/altair-viz/altair_viewer.git
pip install git+https://github.com/altair-viz/altair_viewer.git
- name: Run docbuild
run: |
cd doc && make ${{ matrix.build-type }}
Expand Down

0 comments on commit 5c912ea

Please sign in to comment.