···88 - run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
99 - run: echo "This job is now running on a ${{ runner.os }} server hosted by GitHub!"
1010 - run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
1111- - name: Check out repository code
1212- uses: actions/checkout@v4
1313- - run: echo "The ${{ github.repository }} repository has been cloned to the runner."
1111+ - uses: actions/checkout@v4
1212+ - uses: actions/setup-python@v5
1313+ with:
1414+ python-version: '3.10'
1415 - name: Install dependencies
1516 run: |
1617 python3 -m pip install sphinx sphinx-rtd-theme sphinxcontrib-jquery