6
0

How does workflow work? 2

This commit is contained in:
Jon Michael Aanes 2023-12-12 14:22:51 +01:00
parent f2b1c54131
commit 491da54d81

View File

@ -18,7 +18,7 @@ jobs:
apt-get update apt-get update
apt-get install -y python3 python3-pip apt-get install -y python3 python3-pip
- name: Installing dependencies - name: Installing dependencies
run: python3 -m pip install --upgrade pip setuptools wheel build twine run: python3 -m pip install --upgrade pip setuptools wheel build twine pytest
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Test - name: Test