Skip to content

Commit

Permalink
Fix CI (#117)
Browse files Browse the repository at this point in the history
* Fix CI

* Fix etl
  • Loading branch information
ErikSchierboom authored Dec 15, 2024
1 parent 0cc4f50 commit 1ea70d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@ jobs:

- name: Install uiua
run: |
<<<<<<< HEAD
gh release download "${VERSION}" --repo uiua-lang/uiua --pattern uiua-bin-x86_64-unknown-linux-gnu-no-audio.zip --output uiua.zip
=======
gh release download 0.14.0-dev.7 --repo uiua-lang/uiua --pattern uiua-bin-x86_64-unknown-linux-gnu-no-audio.zip --output uiua.zip
>>>>>>> 86f93aa (Add `killer-sudoku-helper` exercise)
unzip uiua.zip
echo "${PWD}" >> "${GITHUB_PATH}"
env:
VERSION: 0.14.0-dev.7
VERSION: 0.14.0-rc.1
GH_TOKEN: ${{ github.token }}

- name: Verify all exercises
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/etl/tests.ua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# single letter
Input ← map {"1"} {"A"}
Expected ← map "a" 1
Expected ← map "a" [1]
⍤⤙≍ Expected Transform Input

# single score with multiple letters
Expand Down

0 comments on commit 1ea70d9

Please sign in to comment.