diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 60d9386..058ca0b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,10 +16,10 @@ jobs: - name: Check out repository uses: actions/checkout@v3 - - name: Set up Python 3.10 + - name: Set up Python 3.10.15 uses: actions/setup-python@v4 with: - python-version: 3.10 + python-version: 3.10.15 - name: Install dependencies run: |