Skip to content

Commit

Permalink
fix ref location
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature committed Jun 12, 2023
1 parent befd2ee commit e2c6336
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/slow-test-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
steps:

- uses: actions/checkout@v3
with:
ref: "develop"

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
ref: "develop"

- name: Install dependencies
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/slow-test-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
steps:

- uses: actions/checkout@v3
with:
ref: "master"

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
ref: "master"

- name: Install dependencies
run: |
Expand Down

0 comments on commit e2c6336

Please sign in to comment.