Skip to content

Commit

Permalink
Try newer version without cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bryfox committed Aug 30, 2023
1 parent edcfbeb commit 7b1ed32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.8
- run: pip install pipenv==2022.12.19
- run: pip install pipenv==2023.6.18
- run: pipenv install --dev --deploy
- run: pipenv run black --check --diff --color --exclude '.*_pb2.py' .
- run: pipenv run pyright foxglove_data_platform
Expand Down

0 comments on commit 7b1ed32

Please sign in to comment.