Skip to content

Commit

Permalink
pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Sep 25, 2024
1 parent 0dfa37c commit a14bce6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,19 @@ jobs:
run: |
docker build --% -f tests/windows.Dockerfile -t pyright-python .
docker-2:
name: docker 2
docker-minimal:
name: docker (minimal)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Docker Build
run: |
REF=$(echo $GITHUB_REF | sed 's/refs\/heads\///')
docker run python:3.11.4 /bin/sh -c "pip install git+https://github.com/RobertCraigie/pyright-python.git@$REF; pyright --version"
docker run python:3.11.4 /bin/sh -c "
pip install git+https://github.com/RobertCraigie/pyright-python.git@$REF && \
pyright --version
"
tests_status:
if: always()
Expand Down

0 comments on commit a14bce6

Please sign in to comment.