Skip to content

Commit

Permalink
fix: revert back to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Oct 24, 2023
1 parent a3806e2 commit 9cc156f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp-11-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.STANDARDS_TOKEN }}
- name: Set up Python 3.10
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.9'
- name: Before Install
run: |
pip install requests
Expand Down

0 comments on commit 9cc156f

Please sign in to comment.