Skip to content

Commit

Permalink
Update project build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sm00thix committed Nov 9, 2023
1 parent c945d04 commit 2879cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ runs:
steps:
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python #${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
python-version: ["3.10"]

- name: Install dependencies
run: |
Expand Down

0 comments on commit 2879cd2

Please sign in to comment.