Skip to content

Commit

Permalink
try python3.8 to work around pyyaml issues with python3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvenn committed Apr 25, 2023
1 parent 98cac8c commit 85153e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tt_datasheet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.8' # python 3.10 yaml file fails on some of the documentation
cache: 'pip'
- run: pip install -r tt/requirements.txt

Expand Down

0 comments on commit 85153e6

Please sign in to comment.