Skip to content

Commit

Permalink
Enable testing of un.rpyc building again.
Browse files Browse the repository at this point in the history
  • Loading branch information
CensoredUsername committed Feb 24, 2024
1 parent 15ae58a commit 79895a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
run: |
./unrpyc.py --clobber "testcases/compiled/**/*.rpyc"
diff -ur testcases/expected testcases/compiled -x "*.rpyc"
# cd un.rpyc;
# ./compile.py -p 1
# cd ..
cd un.rpyc;
./compile.py -p 1
cd ..

0 comments on commit 79895a1

Please sign in to comment.