From ae85aa7728eac1b97fd8e45fc14fb3a7f5f90cf0 Mon Sep 17 00:00:00 2001 From: Gui-FernandesBR Date: Sun, 17 Dec 2023 20:12:42 -0300 Subject: [PATCH] WIP: setting up python correctly --- .github/workflows/test_pytest.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/test_pytest.yaml b/.github/workflows/test_pytest.yaml index b2f75b741..5c814bf91 100644 --- a/.github/workflows/test_pytest.yaml +++ b/.github/workflows/test_pytest.yaml @@ -53,6 +53,12 @@ jobs: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python-version }} steps: + - uses: actions/checkout@v2 + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python-version }} + cache: pip - name: Install dependencies run: | pip install . @@ -105,6 +111,12 @@ jobs: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python-version }} steps: + - uses: actions/checkout@v2 + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python-version }} + cache: pip - name: Install dependencies run: | pip install . @@ -129,6 +141,12 @@ jobs: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python-version }} steps: + - uses: actions/checkout@v2 + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python-version }} + cache: pip - name: Install dependencies run: | pip install .