Skip to content

Commit

Permalink
fix: minor issue on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chapimenge3 committed Mar 18, 2024
1 parent 0fcb37a commit 5bd105f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.10
python-version: "3.10"

- name: Version the package
run: |
Expand Down

0 comments on commit 5bd105f

Please sign in to comment.