Skip to content

Commit

Permalink
Updated workflow with new python-version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMariday committed Feb 18, 2024
1 parent c759a28 commit 0b0afc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/l3d_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
Expand Down

0 comments on commit 0b0afc5

Please sign in to comment.