Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
397179459 committed Aug 3, 2023
1 parent 1ff1fda commit a40883c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autoReserve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ name: imaotai-action
on:
push:
branches: [ "master" ]
paths:
- '.github/workflows/**'
paths:
- '.github/workflows/**'
schedule:
- cron: '4,15 1 * * *'

Expand All @@ -31,7 +31,7 @@ jobs:
python-version: "3.10"
- name: Install dependencies
run: |
# python -m pip install --upgrade pip
python -m pip install --upgrade pip
# pip uninstall crypto pycryptodome
# pip install pycryptodome requests
- name: start run
Expand Down

0 comments on commit a40883c

Please sign in to comment.