From e3210ecfee1aa304ea4a162016b7d0cb368cad60 Mon Sep 17 00:00:00 2001 From: Matthew Carbone Date: Fri, 29 Sep 2023 11:00:44 -0400 Subject: [PATCH] Debug --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b93a1fe3..e1cec43f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -189,13 +189,13 @@ jobs: steps: - # - name: Checkout - # uses: actions/checkout@v3 + - name: Checkout + uses: actions/checkout@v3 - # - name: Set up Python 3.9 - # uses: actions/setup-python@v2 - # with: - # python-version: 3.9 + - name: Set up Python 3.9 + uses: actions/setup-python@v2 + with: + python-version: 3.9 - name: Build and apply version run: bash scripts/build_project.sh