Skip to content

Commit

Permalink
changes done
Browse files Browse the repository at this point in the history
  • Loading branch information
Figeral committed Apr 1, 2024
1 parent 658d7bd commit fe2d809
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: greeting workflow
run: echo "hello world"
uses: actions/setup-python@v5
with:
python-version: '3.10'
run: |
echo "hello world"

0 comments on commit fe2d809

Please sign in to comment.