Skip to content

Commit

Permalink
updated python version in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
jermp committed Sep 23, 2023
1 parent 8ff428e commit 6592e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
run: cmake --build . --config Release

- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '2.x'
python-version: '3.x'
architecture: 'x64'

- name: Data preprocessing
Expand Down

0 comments on commit 6592e79

Please sign in to comment.