Skip to content

Commit

Permalink
Update ActionTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tucaodashen authored Jul 21, 2024
1 parent ee033a8 commit ef61e7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ActionTest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: learn-github-actions
run-name: ${{ github.actor }} is learning GitHub Actions
on:
release:
types: [published]
jobs:
build:

Expand All @@ -21,4 +23,4 @@ jobs:
run: python -c "import sys; print(sys.version)"
- name: Install depends
run: dir
- run: pip install -r requirements.txt
- run: pip install -r requirements.txt

0 comments on commit ef61e7b

Please sign in to comment.