Skip to content

Commit

Permalink
[#44] rolling back changes to github action workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdash committed Jun 8, 2023
1 parent 2e0ed39 commit f3fa653
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }} for pull requests
if: ${{ github.event_name == 'pull_request_target' }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
ref: ${{ github.head_ref }}
python-version: ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python-version }} for push
if: ${{ github.event_name == 'push' }}
uses: actions/setup-python@v3
with:
ref: ${{ github.ref }}
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
Expand Down

0 comments on commit f3fa653

Please sign in to comment.