Skip to content

Commit d6dac74

Browse files
committed
Merge branch 'dev' of github.com:dclong/pysparker into dev
2 parents 9645e24 + f36188a commit d6dac74

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/test_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
xinstall --sudo docker -ic --user-to-docker ""
3131
xinstall pt -ic
3232
~/.local/bin/poetry env use python3
33-
~/.local/bin/poetry install -E all
33+
~/.local/bin/poetry install
3434
brew install libmagic
3535
brew link libmagic
3636
- name: Test with pytest

.github/workflows/test_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pip3 install -U git+https://github.com/dclong/xinstall@main
3131
xinstall pt -ic
3232
~/.local/bin/poetry env use python3
33-
~/.local/bin/poetry install -E all
33+
~/.local/bin/poetry install
3434
- name: Test with pytest
3535
run: |
3636
~/.local/bin/poetry run pytest

.github/workflows/test_windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- "3.7"
2020
- "3.8"
2121
- "3.9"
22+
- "3.10"
2223

2324
steps:
2425
- uses: actions/checkout@v2
@@ -33,7 +34,7 @@ jobs:
3334
$env:Path += ";$env:Userprofile\.local\bin"
3435
$env:Path += ";$env:Userprofile\AppData\Roaming\Python\Scripts"
3536
poetry env use python
36-
poetry install --no-dev -E all
37+
poetry install --no-dev
3738
#poetry run pip3 install .
3839
#poetry run pip3 install docker yapf
3940
#poetry run pip3 install pytest

0 commit comments

Comments
 (0)