File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 30
30
xinstall --sudo docker -ic --user-to-docker ""
31
31
xinstall pt -ic
32
32
~/.local/bin/poetry env use python3
33
- ~/.local/bin/poetry install -E all
33
+ ~/.local/bin/poetry install
34
34
brew install libmagic
35
35
brew link libmagic
36
36
- name : Test with pytest
Original file line number Diff line number Diff line change 30
30
pip3 install -U git+https://github.com/dclong/xinstall@main
31
31
xinstall pt -ic
32
32
~/.local/bin/poetry env use python3
33
- ~/.local/bin/poetry install -E all
33
+ ~/.local/bin/poetry install
34
34
- name : Test with pytest
35
35
run : |
36
36
~/.local/bin/poetry run pytest
Original file line number Diff line number Diff line change 19
19
- " 3.7"
20
20
- " 3.8"
21
21
- " 3.9"
22
+ - " 3.10"
22
23
23
24
steps :
24
25
- uses : actions/checkout@v2
33
34
$env:Path += ";$env:Userprofile\.local\bin"
34
35
$env:Path += ";$env:Userprofile\AppData\Roaming\Python\Scripts"
35
36
poetry env use python
36
- poetry install --no-dev -E all
37
+ poetry install --no-dev
37
38
#poetry run pip3 install .
38
39
#poetry run pip3 install docker yapf
39
40
#poetry run pip3 install pytest
You can’t perform that action at this time.
0 commit comments