Skip to content

Commit 828f17c

Browse files
committed
Fix GHA
Signed-off-by: Stefan Marr <[email protected]>
1 parent 7d5a441 commit 828f17c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ jobs:
7171
- name: Integration Tests
7272
if: matrix.id == 'basic'
7373
run: |
74-
python -m pip install --upgrade pip
75-
pip install pytest
74+
pip install pyyaml
7675
export VM=./som.sh
7776
export CLASSPATH=Smalltalk
7877
export TEST_EXPECTATIONS=./integration-tests.yml

0 commit comments

Comments
 (0)