Skip to content

Commit

Permalink
Update cmp-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gm3dmo authored Jan 9, 2024
1 parent 3c76f7b commit 29aad93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
- name: Checkout CMP code
uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}
- name: Install requirements
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 29aad93

Please sign in to comment.