Skip to content

Commit

Permalink
Setting python to 3.7 for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Aug 3, 2022
1 parent 091cc70 commit 044ac68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_circtools_detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# python-version: ["3.7", "3.8", "3.9", "3.10"]
os: [ubuntu-22.04]
R: ['4.2.0' ]
python-version: ["3.10"]
python-version: ["3.7"]
name: R ${{ matrix.R }} | Python ${{ matrix.python-version }} | ${{ matrix.os }}
steps:
- name: Create files
Expand Down

0 comments on commit 044ac68

Please sign in to comment.