Skip to content

Commit

Permalink
fix: update catch.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Oct 24, 2023
1 parent c5a936e commit 4493039
Show file tree
Hide file tree
Showing 3 changed files with 1,958 additions and 1,057 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cpp-11-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
test-and-upstream:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Set up Python 3.9
uses: actions/setup-python@v2
token: ${{ secrets.STANDARDS_TOKEN }}
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.11'
- name: Before Install
run: |
pip install requests
Expand Down
Loading

0 comments on commit 4493039

Please sign in to comment.