Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarbone committed Sep 29, 2023
1 parent 446efc7 commit e3210ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3210ec

Please sign in to comment.