Skip to content

Commit

Permalink
1600-1700
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Sep 5, 2022
1 parent 6b37221 commit b0fdc68
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 != '' || 1500 }}
stop: ${{ inputs.stop != '' || 1600 }}
start: ${{ inputs.start != '' || 1600 }}
stop: ${{ inputs.stop != '' || 1700 }}
run: |
# Ensure we can see Python installs
export PATH=/opt/conda/bin:$HOME/.local/bin:$PATH
Expand Down

0 comments on commit b0fdc68

Please sign in to comment.