Skip to content

Commit 17ec5ee

Browse files
committed
CI yet again
1 parent 8f38452 commit 17ec5ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
# Until the next xdis release
25-
pip install --local -e git+https://github.com/rocky/[email protected]#egg=xdis"
25+
pip install --local -e "git+https://github.com/rocky/[email protected]#egg=xdis"
2626
pip install -e .
2727
# Not sure why "pip install -e" doesn't work above
2828
# pip install click spark-parser xdis

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
# Until the next xdis release
24-
pip install --local -e git+https://github.com/rocky/[email protected]#egg=xdis"
24+
pip install --local -e "git+https://github.com/rocky/[email protected]#egg=xdis"
2525
pip install -e .
2626
# pip install click spark-parser xdis
2727
pip install -r requirements-dev.txt

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
# Until the next xdis release
25-
pip install --local -e git+https://github.com/rocky/[email protected]#egg=xdis"
25+
pip install --local -e "git+https://github.com/rocky/[email protected]#egg=xdis"
2626
pip install -e .
2727
# Not sure why "pip install -e" doesn't work above
2828
# pip install click spark-parser xdis

0 commit comments

Comments
 (0)