Skip to content

Commit

Permalink
Update test-fedora.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Sep 4, 2022
1 parent 818a22d commit 8de3f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-fedora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ jobs:
- name: Compare Matching Libs
env:
start: ${{ inputs.start != '' || 1100 }}
stop: ${{ inputs.stop != '' || 1200 }}
start: ${{ inputs.start != '' || 1200 }}
stop: ${{ inputs.stop != '' || 1300 }}
run: |
# Ensure we can see Python installs
export PATH=/opt/conda/bin:$HOME/.local/bin:$PATH
Expand Down

0 comments on commit 8de3f09

Please sign in to comment.