Skip to content

Commit

Permalink
Bump CI.yaml too
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Feb 5, 2024
1 parent 6d8fc17 commit f397708
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
CXX: clang++
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 2

- name: Print github context properties
run: |
Expand All @@ -48,7 +45,7 @@ jobs:
echo 'event.after: ${{ github.event.after }}'
- name: Set up Python ${{ matrix.py }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.py }}

Expand Down

0 comments on commit f397708

Please sign in to comment.