Skip to content

Commit

Permalink
Fix version error
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackYps committed Jun 3, 2024
1 parent 97aeb67 commit 557ded5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'

- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'

- name: Install dependencies
run: pip install isort
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'

- name: Setup RabbitMQ
run: ./.github/workflows/scripts/init-rabbitmq.sh
Expand Down

0 comments on commit 557ded5

Please sign in to comment.